Skip to content

Commit ea967c6

Browse files
committed
fix!: align to npm 10 node engine range
BREAKING CHANGE: `@npmcli/installed-package-contents` now supports node `^18.17.0 || >=20.5.0`
1 parent 8c4baa0 commit ea967c6

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
@@ -36,7 +36,7 @@
3636
"lib/"
3737
],
3838
"engines": {
39-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
39+
"node": "^18.17.0 || >=20.5.0"
4040
},
4141
"templateOSS": {
4242
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)