Skip to content

Commit 6a32d35

Browse files
committed
fix!: align to npm 11 node engine range
BREAKING CHANGE: `validate-npm-package-name` now supports node `^20.17.0 || >=22.9.0`
1 parent c6866b9 commit 6a32d35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@npmcli/eslint-config": "^5.0.0",
11-
"@npmcli/template-oss": "4.27.1",
11+
"@npmcli/template-oss": "4.25.0",
1212
"tap": "^16.0.1"
1313
},
1414
"scripts": {
@@ -45,11 +45,11 @@
4545
"lib/"
4646
],
4747
"engines": {
48-
"node": "^18.17.0 || >=20.5.0"
48+
"node": "^20.17.0 || >=22.9.0"
4949
},
5050
"templateOSS": {
5151
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
52-
"version": "4.27.1",
52+
"version": "4.25.0",
5353
"publish": true
5454
},
5555
"tap": {

0 commit comments

Comments
 (0)