Skip to content

Commit 87b73ce

Browse files
committed
feature: @putout/eslint-config: drop support of node < 20
1 parent be11bae commit 87b73ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config/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)