Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilaton committed Dec 5, 2024
1 parent 509aa4c commit 1a5285c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 21.x]
node-version: [18.x, 22.x]
steps:
- uses: actions/checkout@main

Expand All @@ -40,7 +40,7 @@ jobs:
needs: [test]
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@main
- uses: googleapis/release-please-action@main
id: release-action
with:
release-type: node
Expand Down

0 comments on commit 1a5285c

Please sign in to comment.