Skip to content

Commit

Permalink
chore: use node 22 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jan 9, 2025
1 parent 3737e17 commit 76ce673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node: [18]
node: [22]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.releases_created }}

Expand Down

0 comments on commit 76ce673

Please sign in to comment.