Skip to content

Commit

Permalink
fix!: align to npm 10 node engine range
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `npm-install-checks` now supports node `^18.17.0 || >=20.5.0`
  • Loading branch information
hashtagchris committed Sep 3, 2024
1 parent d7cf1dc commit 0ac00b5
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 @@ -35,7 +35,7 @@
"lib/"
],
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
},
"author": "GitHub Inc.",
"templateOSS": {
Expand Down

0 comments on commit 0ac00b5

Please # to comment.