Skip to content

Commit 2f2ee15

Browse files
committed
fix!: for libnpmsearch sets node engine range to ^20.17.0 || >=22.9.0
BREAKING CHANGE: libnpmsearch now supports node `^20.17.0 || >=22.9.0`
1 parent 9561fa7 commit 2f2ee15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/libnpmsearch/package.json

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

0 commit comments

Comments
 (0)