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: @npmcli/config now supports node ^16.14.0 || >=18.0.0
  • Loading branch information
lukekarrys committed Sep 15, 2023
1 parent fec08ad commit 92e3f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"walk-up-path": "^3.0.1"
},
"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 92e3f3f

Please sign in to comment.