Skip to content

Commit

Permalink
ci: run tests on node 22 and update setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfla1 committed Jun 30, 2024
1 parent ec1da12 commit dcbc4f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-main-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:

strategy:
matrix:
node-version: ["16.x", "18.x", "20.x"]
node-version: ["16.x", "18.x", "20.x", "22.x"]

steps:
- uses: actions/checkout@v4
- name: Using Node.js ${{matrix.node-version}}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{matrix.node-version}}
cache: yarn
Expand Down

0 comments on commit dcbc4f2

Please sign in to comment.