Skip to content

Commit

Permalink
Node v16.14+ doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
kanongil committed Jun 27, 2022
1 parent 0b6f356 commit dab78e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16, '*']
node-version: [14]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "Gil Pedersen <gpdev@gpost.dk>",
"license": "BSD-2-Clause",
"engines": {
"node": ">=14.17.0"
"node": "^14.17.0"
},
"dependencies": {
"@hapi/hoek": "^9.0.4",
Expand Down

0 comments on commit dab78e6

Please sign in to comment.