Skip to content

Commit

Permalink
Update engines in package.json
Browse files Browse the repository at this point in the history
This is not breaking change because `engine-strict` is not set in .npmrc and npm only warns if the user uses legacy Node.js versions.
  • Loading branch information
phanect committed May 9, 2024
1 parent 5f13aaf commit cd9640c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"uglify-js": "^3.3.16"
},
"engines": {
"node": ">=0.10.0"
"node": ">=18",
"npm": ">=10"
},
"scripts": {
"test": "npx jake test",
Expand Down

0 comments on commit cd9640c

Please sign in to comment.