Skip to content

Commit 7ff5e68

Browse files
committed
fix!: align to npm 10 node engine range
BREAKING CHANGE: `@npmcli/run-script` now supports node `^18.17.0 || >=20.5.0`
1 parent 1755bf8 commit 7ff5e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"url": "git+https://github.com/npm/run-script.git"
3939
},
4040
"engines": {
41-
"node": "^16.14.0 || >=18.0.0"
41+
"node": "^18.17.0 || >=20.5.0"
4242
},
4343
"templateOSS": {
4444
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)