From 863c860d0a8df5f2a1e6edeeafdfc459195765dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 23:58:43 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13b43e1..54e07f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Use supported Node.js Version - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 24 - name: Restore cached dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad2c43b..dd3666c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: with: version: latest - name: Use supported Node.js Version - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 22 registry-url: 'https://registry.npmjs.org'