Skip to content

Commit 51ab3b9

Browse files
committed
feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24
refs: eslint/eslint#19969
1 parent fc07f25 commit 51ab3b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest]
28-
node: [25.x, 24.x, 22.x, 20.x, 18.x, "18.18.0"]
28+
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
2929
include:
3030
- os: windows-latest
3131
node: "lts/*"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Utility to create ESLint config files
44

55
## Usage
66

7-
Prerequisites: [Node.js](https://nodejs.org/) (`^18.18.0`, `^20.9.0`, or `>=21.1.0`) built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)
7+
Prerequisites: [Node.js](https://nodejs.org/) (`^20.19.0 || ^22.13.0 || >=24`) built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)
88

99
You can use npm/npx(shipped with Node.js).
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"yorkie": "^2.0.0"
5353
},
5454
"engines": {
55-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
55+
"node": "^20.19.0 || ^22.13.0 || >=24"
5656
},
5757
"lint-staged": {
5858
"*.js": "eslint --fix"

0 commit comments

Comments
 (0)