Skip to content

Commit 44be07c

Browse files
committed
fix!: for libnpmfund sets node engine range to ^20.17.0 || >=22.9.0
BREAKING CHANGE: libnpmfund now supports node `^20.17.0 || >=22.9.0`
1 parent 10458ff commit 44be07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/libnpmfund/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@npmcli/arborist": "^8.0.0"
5050
},
5151
"engines": {
52-
"node": "^18.17.0 || >=20.5.0"
52+
"node": "^20.17.0 || >=22.9.0"
5353
},
5454
"templateOSS": {
5555
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)