Skip to content

Commit 0ac00b5

Browse files
committed
fix!: align to npm 10 node engine range
BREAKING CHANGE: `npm-install-checks` now supports node `^18.17.0 || >=20.5.0`
1 parent d7cf1dc commit 0ac00b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lib/"
3636
],
3737
"engines": {
38-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
38+
"node": "^18.17.0 || >=20.5.0"
3939
},
4040
"author": "GitHub Inc.",
4141
"templateOSS": {

0 commit comments

Comments
 (0)