diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 637605f..5a0bff0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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