Skip to content

Commit 7e5e37b

Browse files
committed
feature: @putout/cli-choose: drop support of node < 20
1 parent c830b60 commit 7e5e37b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cli-choose/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"gitignore"
3535
],
3636
"devDependencies": {
37-
"@putout/eslint-flat": "^3.0.0",
3837
"c8": "^10.0.0",
3938
"eslint": "v10.0.0-alpha.0",
4039
"eslint-plugin-n": "^17.0.0",
@@ -46,7 +45,7 @@
4645
},
4746
"license": "MIT",
4847
"engines": {
49-
"node": ">=18"
48+
"node": ">=20"
5049
},
5150
"publishConfig": {
5251
"access": "public"

0 commit comments

Comments
 (0)