From bc065a0674d11ddbe3b1a99f80ad4151f416c30a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:01:30 +0000 Subject: [PATCH] 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/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99a626b..241c39e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: # https://github.com/actions/setup-node - name: Setup Node.js 18.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 18.x cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f1acf1..5058338 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: # https://github.com/actions/setup-node - name: Setup Node.js 18.x - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 18.x cache: pnpm