Skip to content

Commit 68af3aa

Browse files
committed
feature: @putout/compare: drop support of node < 20
1 parent f202f79 commit 68af3aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/compare/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"compare"
3838
],
3939
"devDependencies": {
40-
"@putout/eslint-flat": "^3.0.0",
4140
"c8": "^10.0.0",
4241
"eslint": "^9.0.0",
4342
"eslint-plugin-n": "^17.0.0",
@@ -52,7 +51,7 @@
5251
},
5352
"license": "MIT",
5453
"engines": {
55-
"node": ">=18"
54+
"node": ">=20"
5655
},
5756
"publishConfig": {
5857
"access": "public"

0 commit comments

Comments
 (0)