From f588a9fa96eff951456606fb1f525cac45dc4430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 21:35:08 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node in the github-actions group Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/frontend-build.yml | 2 +- .github/workflows/frontend-e2e.yml | 2 +- .github/workflows/helper-mcp-test.yml | 2 +- .github/workflows/publish-helper-mcp.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/frontend-build.yml b/.github/workflows/frontend-build.yml index f495016f9..4578b3699 100644 --- a/.github/workflows/frontend-build.yml +++ b/.github/workflows/frontend-build.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: '20' cache: 'npm' diff --git a/.github/workflows/frontend-e2e.yml b/.github/workflows/frontend-e2e.yml index 6b051d405..44f7fab3a 100644 --- a/.github/workflows/frontend-e2e.yml +++ b/.github/workflows/frontend-e2e.yml @@ -89,7 +89,7 @@ jobs: # target `dev` explicitly (github.ref would otherwise be the default branch). ref: ${{ github.event_name == 'pull_request' && github.ref || 'dev' }} - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: '20' cache: 'npm' diff --git a/.github/workflows/helper-mcp-test.yml b/.github/workflows/helper-mcp-test.yml index 1ed087475..f3fc6c050 100644 --- a/.github/workflows/helper-mcp-test.yml +++ b/.github/workflows/helper-mcp-test.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: '22' cache: npm diff --git a/.github/workflows/publish-helper-mcp.yml b/.github/workflows/publish-helper-mcp.yml index 905251da4..421f8ec18 100644 --- a/.github/workflows/publish-helper-mcp.yml +++ b/.github/workflows/publish-helper-mcp.yml @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 0 # Need full history for tag detection - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: '22' registry-url: 'https://registry.npmjs.org'