Skip to content

Commit 55b51e2

Browse files
committed
feature: @putout/operator-rename-files: drop support of node < 20
1 parent a0f1bcd commit 55b51e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/operator-rename-files/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
"try-catch": "^3.0.0"
4949
},
5050
"peerDependencies": {
51-
"putout": ">=36"
51+
"putout": ">=39"
5252
},
5353
"license": "MIT",
5454
"engines": {
55-
"node": ">=18"
55+
"node": ">=20"
5656
},
5757
"publishConfig": {
5858
"access": "public"

0 commit comments

Comments
 (0)