Skip to content

Commit 7755997

Browse files
committed
feature: @putout/engine-parser: drop support of node < 20
1 parent 91d9216 commit 7755997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/engine-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"license": "MIT",
7070
"engines": {
71-
"node": ">=18"
71+
"node": ">=20"
7272
},
7373
"publishConfig": {
7474
"access": "public"

0 commit comments

Comments
 (0)