Skip to content

Commit 43241f6

Browse files
committed
fix: set engines to ^16.14.0 || >=18.0.0
BREAKING CHANGE: libnpmfund now supports node ^16.14.0 || >=18.0.0
1 parent 92e3f3f commit 43241f6

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
@@ -48,7 +48,7 @@
4848
"@npmcli/arborist": "^7.1.0"
4949
},
5050
"engines": {
51-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
51+
"node": "^16.14.0 || >=18.0.0"
5252
},
5353
"templateOSS": {
5454
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)