Skip to content

Commit 9e5befa

Browse files
committed
fix!: align to npm 11 node engine range
BREAKING CHANGE: `@npmcli/eslint-config` now supports node `^20.17.0 || >=22.9.0`
1 parent c2ff34d commit 9e5befa

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
@@ -39,7 +39,7 @@
3939
"which": "^5.0.0"
4040
},
4141
"engines": {
42-
"node": "^18.17.0 || >=20.5.0"
42+
"node": "^20.17.0 || >=22.9.0"
4343
},
4444
"templateOSS": {
4545
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)