Skip to content

Commit d14349c

Browse files
committedSep 24, 2024
fix!: align to npm 10 node engine range
BREAKING CHANGE: `validate-npm-package-name` now supports node `^18.17.0 || >=20.5.0`
1 parent 3b308e9 commit d14349c

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
@@ -45,7 +45,7 @@
4545
"lib/"
4646
],
4747
"engines": {
48-
"node": "^14.17.0 || ^16.13.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)
Please sign in to comment.