From ba8dbc736c955808b5899dd0d12c397a1c6d5d9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:40:50 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1edfc0c..310ca6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: pnpm/action-setup@v4 with: version: latest - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' @@ -74,7 +74,7 @@ jobs: - uses: pnpm/action-setup@v4 with: version: latest - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' @@ -120,7 +120,7 @@ jobs: - uses: pnpm/action-setup@v4 with: version: latest - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 24 cache: 'pnpm' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e277f0b..2901c4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 24 registry-url: 'https://registry.npmjs.org'