Skip to content

Commit

Permalink
ci: test with node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Aug 28, 2024
1 parent 9c95c1b commit 6a5a874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
name: Unit tests (${{ matrix.os }}, Node ${{ matrix.node }})
strategy:
matrix:
node: [18, 20]
node: [18, 20, 22]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
name: Integration tests (${{ matrix.version == 'v3' && 'v3, ' || '' }}${{ matrix.os }}, Node ${{ matrix.node }})
strategy:
matrix:
node: [18, 20]
node: [18, 20, 22]
os: [ubuntu-latest, macos-latest, windows-latest]
version: [v2, v3]
# These tend to be quite flakey, so one failed instance shouldn't stop
Expand Down

0 comments on commit 6a5a874

Please sign in to comment.