From a06e353068ac88d024b92bae79a0b313e28df2c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 01:02:13 +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/angular-pr.yml | 2 +- .github/workflows/azure-release.yml | 2 +- .github/workflows/e2e.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/angular-pr.yml b/.github/workflows/angular-pr.yml index 30353fd0..7aa7d2c0 100644 --- a/.github/workflows/angular-pr.yml +++ b/.github/workflows/angular-pr.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - run: corepack enable - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '24' - run: yarn workspaces focus bhs-web-angular-app diff --git a/.github/workflows/azure-release.yml b/.github/workflows/azure-release.yml index db85eba4..ad85dea0 100644 --- a/.github/workflows/azure-release.yml +++ b/.github/workflows/azure-release.yml @@ -42,7 +42,7 @@ jobs: - run: corepack enable - name: Setup Node.js with caching - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} cache: yarn diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 412b8a08..97639bac 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -43,7 +43,7 @@ jobs: - run: corepack enable - name: Setup Node.js with caching - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} cache: yarn