Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
# Please avoid setting the Node.js version to "18.18.0"
# https://github.com/eslint/generator-eslint/pull/223
node: [25.x, 24.x, 22.x, 20.x, 18.x, "18.18.1"]
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
include:
- os: windows-latest
node: "lts/*"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ First and foremost, you must have [Node.js](https://nodejs.org/) and npm install

> **Requirements**
>
> - Node.js ^18.18.0 || ^20.9.0 || >=21.1.0
> - Node.js ^20.19.0 || ^22.13.0 || >=24

You must also install Yeoman, if you don't have it installed already. To install Yeoman, you can run this command:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"yo": ">=4.0.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
"node": "^20.19.0 || ^22.13.0 || >=24"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions plugin/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"npm-run-all2": "^6.1.2"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
"node": "^20.19.0 || ^22.13.0 || >=24"
},
"peerDependencies": {
"eslint": ">=8.57.0"
"eslint": ">=9.0.0"
},
"license": "MIT"
}