Skip to content

Commit 76124e1

Browse files
committed
fix!: align to npm 10 node engine range
BREAKING CHANGE: `@npmcli/metavuln-calculator` now supports node `^18.17.0 || >=20.5.0`
1 parent 1db6387 commit 76124e1

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
@@ -46,7 +46,7 @@
4646
"semver": "^7.3.5"
4747
},
4848
"engines": {
49-
"node": "^16.14.0 || >=18.0.0"
49+
"node": "^18.17.0 || >=20.5.0"
5050
},
5151
"templateOSS": {
5252
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)