Skip to content

Commit 687cfaf

Browse files
committed
fix!: for libnpmaccess sets node engine range to ^20.17.0 || >=22.9.0
BREAKING CHANGE: libnpmaccess now supports node `^20.17.0 || >=22.9.0`
1 parent dab3042 commit 687cfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/libnpmaccess/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"npm-registry-fetch": "^18.0.1"
3535
},
3636
"engines": {
37-
"node": "^18.17.0 || >=20.5.0"
37+
"node": "^20.17.0 || >=22.9.0"
3838
},
3939
"files": [
4040
"bin/",

0 commit comments

Comments
 (0)