Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
chore!: drop Node 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 24, 2021
1 parent 2fd1ecb commit c1bef31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [10.18.0, '*']
node-version: [12.20.0, '*']
exclude:
- os: macOS-latest
node-version: 10.18.0
node-version: 12.20.0
- os: windows-latest
node-version: 10.18.0
node-version: 12.20.0
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"netlify"
],
"engines": {
"node": ">=10.18.0"
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
},
"author": "Netlify",
"license": "MIT",
Expand Down

0 comments on commit c1bef31

Please sign in to comment.