From 5e1e162ec1d369ed68a12cbfbba6cd63e85ac996 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 5 Dec 2025 19:39:45 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0ea0cac8..406dfefb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -104,7 +104,7 @@ jobs: bazel run --config="release" "//release/npm" -- "${PWD}/CONTRIBUTORS" > "npm-staging/package.json" # Setup .npmrc file to publish to npm - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: '22.x' registry-url: 'https://registry.npmjs.org'