Skip to content

Commit

Permalink
Revert "chore!: Update node versions to align with eslint v9" (#504)
Browse files Browse the repository at this point in the history
Reverts #484
  • Loading branch information
ota-meshi authored Jul 24, 2024
1 parent 8a981d2 commit be62420
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,27 @@ jobs:
strategy:
matrix:
eslint: [8]
node: [18.18.0, 20.9.0, 21.1.0, 22]
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18, 20]
os: [ubuntu-latest]
include:
# ESLint v9
- eslint: 9
node: 22
node: 20
os: ubuntu-latest
# On other platforms
- os: windows-latest
eslint: 8
node: 22
node: 18
- os: macos-latest
eslint: 8
node: 22
node: 18
# On old ESLint versions
- eslint: 7
node: 18
os: ubuntu-latest
# On the minimum supported ESLint/Node.js version
- eslint: 7.0.0
node: 18.18.0
node: 12.22.0
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": "https://opencollective.com/eslint"
}

0 comments on commit be62420

Please sign in to comment.