Skip to content

Commit

Permalink
Update package.json to support node 20 (#183)
Browse files Browse the repository at this point in the history
Requested by a community member
  • Loading branch information
derrickmehaffy committed Mar 26, 2024
1 parent e9b708f commit f3742ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"prettier": "^2.8.8"
},
"engines": {
"node": "^16 || ^18",
"node": ">=18.0.0 <=20.x.x",
"npm": ">=8"
},
"strapi": {
Expand Down

0 comments on commit f3742ce

Please sign in to comment.