Skip to content

Commit

Permalink
chore: replace ci node version 21 with 22 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Jun 6, 2024
1 parent dc07d4c commit 7f7d487
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 7f7d487

Please sign in to comment.