From a654ae55c641752c82d846f2aec76f2e2cd11f44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:52:51 +0000 Subject: [PATCH] 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/format_code.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format_code.yml b/.github/workflows/format_code.yml index eb7bf36..cb1f6a9 100644 --- a/.github/workflows/format_code.yml +++ b/.github/workflows/format_code.yml @@ -18,7 +18,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Set up NodeJS - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "24.x" - name: Install Prettier diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4769c46..8d3a489 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "24.x" registry-url: "https://registry.npmjs.org"