Skip to content

Commit 92e3f3f

Browse files
committed
fix: set engines to ^16.14.0 || >=18.0.0
BREAKING CHANGE: @npmcli/config now supports node ^16.14.0 || >=18.0.0
1 parent fec08ad commit 92e3f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"walk-up-path": "^3.0.1"
4747
},
4848
"engines": {
49-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
49+
"node": "^16.14.0 || >=18.0.0"
5050
},
5151
"templateOSS": {
5252
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)