Skip to content

Commit d8068e2

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

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest]
28-
# Please avoid setting the Node.js version to "18.18.0"
29-
# https://github.com/eslint/generator-eslint/pull/223
30-
node: [25.x, 24.x, 22.x, 20.x, 18.x, "18.18.1"]
28+
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
3129
include:
3230
- os: windows-latest
3331
node: "lts/*"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First and foremost, you must have [Node.js](https://nodejs.org/) and npm install
88

99
> **Requirements**
1010
>
11-
> - Node.js ^18.18.0 || ^20.9.0 || >=21.1.0
11+
> - Node.js ^20.19.0 || ^22.13.0 || >=24
1212
1313
You must also install Yeoman, if you don't have it installed already. To install Yeoman, you can run this command:
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"yo": ">=4.0.0"
4646
},
4747
"engines": {
48-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
48+
"node": "^20.19.0 || ^22.13.0 || >=24"
4949
},
5050
"license": "MIT"
5151
}

0 commit comments

Comments
 (0)