From 1a5285c82af944c2636e3d502d5ffadb9c493575 Mon Sep 17 00:00:00 2001 From: Pilaton Date: Thu, 5 Dec 2024 21:26:21 +0300 Subject: [PATCH] fix: ci --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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