Skip to content

Commit

Permalink
chore: add node v22 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes committed Aug 16, 2024
1 parent 057a451 commit 497a7d0
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 @@ -7,12 +7,12 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
node: ["16", "18", "20"]
node: ["16", "18", "20", "22"]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: yarn -s
Expand Down

0 comments on commit 497a7d0

Please sign in to comment.