From 7901dd1da405b04487a81cc79d63c36ee06e2826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:18:02 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node in the ga-dependencies group Bumps the ga-dependencies group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ga-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index c57d036..e6b58a0 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Setup Node - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: '24' registry-url: 'https://registry.npmjs.org'