Skip to content

Commit e24b3af

Browse files
committed
fix!: align to npm 11 node engine range
BREAKING CHANGE: `json-parse-even-better-errors` now supports node `^20.17.0 || >=22.9.0`
1 parent 2f58930 commit e24b3af

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
@@ -40,7 +40,7 @@
4040
]
4141
},
4242
"engines": {
43-
"node": "^18.17.0 || >=20.5.0"
43+
"node": "^20.17.0 || >=22.9.0"
4444
},
4545
"templateOSS": {
4646
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)