Skip to content

Commit ac2d315

Browse files
committed
feature: @putout/processor-yaml: drop support of node < 20
1 parent 7aceda2 commit ac2d315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/processor-yaml/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.19"
5252
},
5353
"publishConfig": {
5454
"access": "public"

0 commit comments

Comments
 (0)