From 504a915c0f0904cf9caf8b2fea40a936cea96c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 05:23:59 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 4 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/npm-library.yaml | 6 +++--- .github/workflows/vercel-app.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/npm-library.yaml b/.github/workflows/npm-library.yaml index ecfbaeb..1cdbe60 100644 --- a/.github/workflows/npm-library.yaml +++ b/.github/workflows/npm-library.yaml @@ -130,7 +130,7 @@ jobs: && exit 1 \ ) - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: ${{ needs.get_node_versions.outputs.latest_version }} cache: npm @@ -157,7 +157,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: ${{ matrix.node_version }} cache: npm @@ -194,7 +194,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: ${{ needs.get_node_versions.outputs.latest_version }} cache: npm diff --git a/.github/workflows/vercel-app.yaml b/.github/workflows/vercel-app.yaml index 59e2168..e11b90b 100644 --- a/.github/workflows/vercel-app.yaml +++ b/.github/workflows/vercel-app.yaml @@ -95,7 +95,7 @@ jobs: - name: Delete commited .npmrc run: rm -f .npmrc - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' cache: npm @@ -143,7 +143,7 @@ jobs: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' cache: npm