Skip to content

Commit

Permalink
Add Node 22 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed May 21, 2024
1 parent 96aed63 commit ff790f8
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 @@ -25,7 +25,7 @@ jobs:
test:
strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]
os: [ubuntu-20.04, macos-11, macos-m1, windows-2019]

name: Test for node-${{ matrix.node-version }} on ${{ matrix.os }}
Expand All @@ -52,7 +52,7 @@ jobs:
test-alpine:
strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]

name: Test for node-${{ matrix.node-version }} on Alpine Linux
runs-on: ubuntu-latest
Expand All @@ -78,7 +78,7 @@ jobs:
test-freebsd:
strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]

name: Test for node-${{ matrix.node-version }} on FreeBSD
runs-on: ubuntu-latest
Expand Down

0 comments on commit ff790f8

Please sign in to comment.