From 61d6ad9072d907a7dfa6cb629550d38437e87fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 13:52:27 +0000 Subject: [PATCH] ci(deps): bump actions/setup-node from 6.1.0 to 6.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 51082e0..890a049 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.1.0 + uses: actions/setup-node@v6.2.0 with: node-version: lts/* diff --git a/.github/workflows/npm-lint.yaml b/.github/workflows/npm-lint.yaml index b0c6b54..a2c7b7e 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.1.0 + uses: actions/setup-node@v6.2.0 with: node-version: lts/* - name: NPM Clean Install diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index 3b62072..b14a060 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.VERSION_BUMP_TAG_TOKEN }} - name: Setup Node.js - uses: actions/setup-node@v6.1.0 + uses: actions/setup-node@v6.2.0 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 2a3d5e0..b1512a4 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.1.0 + uses: actions/setup-node@v6.2.0 with: node-version: ${{ matrix.node-version }} - name: NPM Clean Install