From 183ded000df811e7dbc88ac8b5c18cca0aba918b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:33:53 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .github/workflows/nextjs.yml | 2 +- .github/workflows/npm-publish-reusable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index bb0c45dc..22e2522d 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -38,7 +38,7 @@ jobs: with: version: 10.32.1 - name: Use Node.js 22 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: "22.22.1" cache: 'pnpm' diff --git a/.github/workflows/npm-publish-reusable.yml b/.github/workflows/npm-publish-reusable.yml index ca7d8076..4a95b5aa 100644 --- a/.github/workflows/npm-publish-reusable.yml +++ b/.github/workflows/npm-publish-reusable.yml @@ -47,7 +47,7 @@ jobs: with: version: 'latest' - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: "22.22.1" cache: "pnpm"