Skip to content

Commit 9bdb892

Browse files
committed
feature: @putout/eslint-flat: drop support of node < 20
1 parent db06f0f commit 9bdb892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-flat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"license": "MIT",
5050
"engines": {
51-
"node": ">=18"
51+
"node": ">=20"
5252
},
5353
"publishConfig": {
5454
"access": "public"

0 commit comments

Comments
 (0)