Skip to content

Commit 8196f27

Browse files
committed
fix!: align to npm 10 node engine range
BREAKING CHANGE: `@npmcli/package-json` now supports node `^18.17.0 || >=20.5.0`
1 parent 3426666 commit 8196f27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"url": "git+https://github.com/npm/package-json.git"
4646
},
4747
"engines": {
48-
"node": "^16.14.0 || >=18.0.0"
48+
"node": "^18.17.0 || >=20.5.0"
4949
},
5050
"templateOSS": {
5151
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)