Skip to content

Commit

Permalink
Update Node.js engine requirement in package.json to support versions…
Browse files Browse the repository at this point in the history
… 22.x
  • Loading branch information
rustyjux committed Dec 20, 2024
1 parent bc59a96 commit 3c4c009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://github.com/keystonejs/keystone",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
"node": ">=22.0.0 <23.0.0"
},
"main": "dist/server.js",
"nodemonConfig": {
Expand Down

0 comments on commit 3c4c009

Please sign in to comment.