Skip to content

Commit

Permalink
chore: replace node v21 with v22 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Jun 6, 2024
1 parent 5f44018 commit e5c5528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- os: ubuntu-latest
node_version: 18
- os: ubuntu-latest
node_version: 21
node_version: 22
fail-fast: false
name: "CI tests on node-${{ matrix.node_version }}, ${{ matrix.os }}"
steps:
Expand Down

0 comments on commit e5c5528

Please sign in to comment.