Skip to content

Commit e7f10a9

Browse files
committed
feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24
refs [eslint/eslint#19969](eslint/eslint#19969)
1 parent 93f0ac8 commit e7f10a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@
102102
"micromark-util-normalize-identifier": "^2.0.1"
103103
},
104104
"engines": {
105-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
105+
"node": "^20.19.0 || ^22.13.0 || >=24"
106106
}
107107
}

0 commit comments

Comments
 (0)