Skip to content

Commit

Permalink
Update ESLint CI installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Feb 1, 2024
1 parent 630a191 commit d908c51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
eslint: [6, 7, 8]
eslint: [8]
node: [12.22.0, 14, 16, 17, 18, 19, 20, 21]
include:
- os: windows-latest
eslint: 7
eslint: 8
node: 16
- os: macOS-latest
eslint: 7
eslint: 8
node: 16
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d908c51

Please sign in to comment.