Skip to content

Commit 9fae392

Browse files
committed
feature: @putout/engine-reporter: drop support of node < 20
1 parent a9993f5 commit 9fae392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/engine-reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"license": "MIT",
6161
"engines": {
62-
"node": ">=18"
62+
"node": ">=20"
6363
},
6464
"publishConfig": {
6565
"access": "public"

0 commit comments

Comments
 (0)