Skip to content

Commit

Permalink
fix: specify node version >=14.15 <18 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsamoei committed Jul 12, 2022
1 parent 15118d0 commit 30cb14d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, '*']
node-version: [14.x, 16.x, 17.x]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"puppeteer": "^15.0.0"
},
"engines": {
"node": ">=16.15.1"
"node": ">=14.15 <18"
},
"repository": {
"type": "git",
Expand All @@ -46,7 +46,7 @@
"cypress": "^9.0.0",
"eslint": "^7.0.0",
"eslint-plugin-cypress": "^2.11.2",
"husky": "^8.0.0",
"husky": "^8.0.1",
"jest": "^28.0.0",
"netlify-plugin-cypress": "^2.2.0",
"prettier": "^2.0.0"
Expand Down

0 comments on commit 30cb14d

Please sign in to comment.