Skip to content

Commit

Permalink
ci: run tests in Node.js 22, with ESLint 9 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Apr 29, 2024
1 parent 096cff4 commit 085e6d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -29,14 +29,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
eslint: [8]
node: [21.x, 20.x, 18.x, "18.18.0"]
eslint: [9, 8]
node: [22.x, 21.x, 20.x, 18.x, "18.18.0"]
include:
- os: windows-latest
eslint: 8
eslint: 9
node: 20
- os: macOS-latest
eslint: 8
eslint: 9
node: 20
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 085e6d5

Please sign in to comment.