Skip to content

Commit

Permalink
ci: add Node.js v22 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub authored Jul 20, 2024
1 parent b20d525 commit 8f26e2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: Fetch deps
run: yarn
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04 ]
node-version: [ 16, 18, 20 ]
node-version: [ 18, 20, 22 ]

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: Fetch deps
run: yarn
Expand Down

0 comments on commit 8f26e2b

Please sign in to comment.