Skip to content

Commit

Permalink
test: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Apr 6, 2024
1 parent 9c69f8b commit a1fd76d
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,29 @@ jobs:
matrix.os }})
strategy:
matrix:
eslint: [8]
node: [12.22.0, 12, 14.17.0, 14, 16, 18, 20]
eslint: [9]
node: [18, 20]
os: [ubuntu-latest]
include:
# On other platforms
- os: windows-latest
eslint: 8
eslint: 9
node: 18
- os: macos-latest
eslint: 8
eslint: 9
node: 18
# On next ESLint version
- eslint: ^9.0.0-0
node: 20
# On old Node versions & ESLint v8
- eslint: 8
node: 12.22.0
os: ubuntu-latest
- eslint: 8
node: 12
os: ubuntu-latest
- eslint: 8
node: 14.17.0
os: ubuntu-latest
- eslint: 8
node: 16
os: ubuntu-latest
# On old ESLint versions
- eslint: 7
Expand Down

0 comments on commit a1fd76d

Please sign in to comment.