Skip to content

Commit

Permalink
Node 21+ is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
kanongil committed Jul 31, 2024
1 parent 71c390f commit f0d6fed
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: [18, 20, latest]
node-version: [18, 20]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Gil Pedersen <[email protected]>",
"license": "BSD-2-Clause",
"engines": {
"node": ">=18.16.0"
"node": ">=18.16.0 && <21"
},
"peerDependencies": {
"@hapi/hapi": ">=20.0.0"
Expand Down

0 comments on commit f0d6fed

Please sign in to comment.