Skip to content

Commit d77b655

Browse files
committed
fix(adapter): adjust engines according to inquirer dependency.
1 parent a1d69ff commit d77b655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspaces/adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@yeoman/types": "^1.1.0"
5454
},
5555
"engines": {
56-
"node": "^16.13.0 || >=18.12.0"
56+
"node": ">=18.12.0"
5757
},
5858
"publishConfig": {
5959
"access": "public",

0 commit comments

Comments
 (0)