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

Commit

Permalink
Merge pull request #80 from netlify/chore/node-12
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Nov 25, 2021
2 parents cb03a78 + e103cb6 commit 35b979f
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 35b979f

Please sign in to comment.