Skip to content

Commit

Permalink
fix: set engines to ^16.14.0 || >=18.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: libnpmfund now supports node ^16.14.0 || >=18.0.0
  • Loading branch information
lukekarrys committed Sep 15, 2023
1 parent 92e3f3f commit 43241f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/libnpmfund/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@npmcli/arborist": "^7.1.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
Expand Down

0 comments on commit 43241f6

Please sign in to comment.