From 2cf6b74ac0e2f0e600f1d1aa9d3101464cfe6e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 00:10:21 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 1 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eefb5c1..178efd0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: with: token: ${{ secrets.DEVTOOLS_GITHUB_TOKEN }} - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v6 with: node-version: 14 registry-url: "https://registry.npmjs.org"