Skip to content

Commit aaf6016

Browse files
committed
fix!: align to npm 10 node engine range
BREAKING CHANGE: `cmd-shim` now supports node `^18.17.0 || >=20.5.0`
1 parent 6283211 commit aaf6016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
"engines": {
39-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
39+
"node": "^18.17.0 || >=20.5.0"
4040
},
4141
"author": "GitHub Inc.",
4242
"templateOSS": {

0 commit comments

Comments
 (0)