Skip to content

Commit 2e89f7b

Browse files
committed
feature: @putout/cli-cache: drop support of node < 20
1 parent 1fbe590 commit 2e89f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"license": "MIT",
5353
"engines": {
54-
"node": ">=18"
54+
"node": ">=20"
5555
},
5656
"publishConfig": {
5757
"access": "public"

0 commit comments

Comments
 (0)