Skip to content

Commit 4badf94

Browse files
committed
feature: madrun: drop support of node < 20
1 parent 704224d commit 4badf94

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import {safeAlign} from 'eslint-plugin-putout';
2+
3+
export default safeAlign;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"homepage": "https://github.com/coderaiser/madrun",
5050
"license": "MIT",
5151
"engines": {
52-
"node": ">=18"
52+
"node": ">=20"
5353
},
5454
"dependencies": {
5555
"@putout/formatter-dump": "^5.0.0",

0 commit comments

Comments
 (0)