Skip to content

Commit 62c4604

Browse files
committed
fix!: for libnpmorg sets node engine range to ^20.17.0 || >=22.9.0
BREAKING CHANGE: libnpmorg now supports node `^20.17.0 || >=22.9.0`
1 parent f7b41a3 commit 62c4604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: workspaces/libnpmorg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"npm-registry-fetch": "^18.0.1"
4747
},
4848
"engines": {
49-
"node": "^18.17.0 || >=20.5.0"
49+
"node": "^20.17.0 || >=22.9.0"
5050
},
5151
"templateOSS": {
5252
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)