Skip to content

Commit 30cb14d

Browse files
authored
fix: specify node version >=14.15 <18 (#439)
1 parent 15118d0 commit 30cb14d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [16.x, '*']
18+
node-version: [14.x, 16.x, 17.x]
1919

2020
steps:
2121
- uses: actions/checkout@v3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"puppeteer": "^15.0.0"
3232
},
3333
"engines": {
34-
"node": ">=16.15.1"
34+
"node": ">=14.15 <18"
3535
},
3636
"repository": {
3737
"type": "git",
@@ -46,7 +46,7 @@
4646
"cypress": "^9.0.0",
4747
"eslint": "^7.0.0",
4848
"eslint-plugin-cypress": "^2.11.2",
49-
"husky": "^8.0.0",
49+
"husky": "^8.0.1",
5050
"jest": "^28.0.0",
5151
"netlify-plugin-cypress": "^2.2.0",
5252
"prettier": "^2.0.0"

0 commit comments

Comments
 (0)