Skip to content

Commit 5495eff

Browse files
committed
fix!: align to npm 10 node engine range
BREAKING CHANGE: `npm-user-validate` now supports node `^18.17.0 || >=20.5.0`
1 parent 4ef1235 commit 5495eff

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

0 commit comments

Comments
 (0)