From c758b031c430c89c0adc75a98cb635a4d202bc89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:14:43 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 6 to 7 Bumps [actions/setup-node](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 2 +- .github/workflows/lighthouse.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/sonarcloud.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 58fdc6064..0a495b64f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - name: node install - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/lighthouse.yaml b/.github/workflows/lighthouse.yaml index b37fc9d91..3d57eb5c1 100644 --- a/.github/workflows/lighthouse.yaml +++ b/.github/workflows/lighthouse.yaml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: node install - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9b494965c..9b6038849 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: node install - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/sonarcloud.yaml b/.github/workflows/sonarcloud.yaml index c4338a1a5..178c5365c 100644 --- a/.github/workflows/sonarcloud.yaml +++ b/.github/workflows/sonarcloud.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: node install - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .nvmrc cache: npm