From e1bcc12f82ef5b5e4c14d7bd96dc1455e6a3ec6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 18:03:10 +0000 Subject: [PATCH] build(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/deploy_docs.yml | 2 +- .github/workflows/tests-release.yml | 10 +++++----- .github/workflows/tests.yml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 85e7799..5daaf60 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -35,7 +35,7 @@ jobs: # version: 9 # Not needed if you've set "packageManager" in package.json # - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 20 cache: npm # or pnpm / yarn diff --git a/.github/workflows/tests-release.yml b/.github/workflows/tests-release.yml index 8b4ddf7..31a6415 100644 --- a/.github/workflows/tests-release.yml +++ b/.github/workflows/tests-release.yml @@ -27,7 +27,7 @@ jobs: with: persist-credentials: false show-progress: false - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 - run: npm clean-install && npm audit --production @@ -50,7 +50,7 @@ jobs: show-progress: false - name: Setup node ${{ matrix.node }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node }} cache: npm @@ -96,7 +96,7 @@ jobs: path: github/testing/express - name: Setup node ${{ matrix.node }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node }} cache: npm @@ -122,7 +122,7 @@ jobs: with: persist-credentials: false show-progress: false - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 registry-url: https://registry.npmjs.org/ @@ -143,7 +143,7 @@ jobs: with: persist-credentials: false show-progress: false - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: # we always publish targeting the lowest supported node version node-version: 24 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7c97629..236eaac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: show-progress: false - name: setup node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 cache: npm @@ -48,7 +48,7 @@ jobs: show-progress: false - name: Setup node ${{ matrix.node }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node }} cache: npm