From 8dfeebbe8c1f9e8104fdc3edac83b2e5fbd43a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 12:52:43 +0000 Subject: [PATCH] ci(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/dependabot-batcher.yaml | 2 +- .github/workflows/npm-lint.yaml | 2 +- .github/workflows/npm-publish.yaml | 2 +- .github/workflows/npm-test.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependabot-batcher.yaml b/.github/workflows/dependabot-batcher.yaml index 890a049..b3c8f03 100644 --- a/.github/workflows/dependabot-batcher.yaml +++ b/.github/workflows/dependabot-batcher.yaml @@ -16,7 +16,7 @@ jobs: token: ${{ secrets.DEPENDABOT_BATCH_TOKEN }} - name: Setup Node - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v7 with: node-version: lts/* diff --git a/.github/workflows/npm-lint.yaml b/.github/workflows/npm-lint.yaml index a2c7b7e..55f5ccc 100644 --- a/.github/workflows/npm-lint.yaml +++ b/.github/workflows/npm-lint.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup Node.js LTS - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v7 with: node-version: lts/* - name: NPM Clean Install diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index b9e7fa8..79c20f8 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: lts/* registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/npm-test.yaml b/.github/workflows/npm-test.yaml index b1512a4..3db0fe5 100644 --- a/.github/workflows/npm-test.yaml +++ b/.github/workflows/npm-test.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} - name: NPM Clean Install