From 76946fc51c4749be50fd375ac568e30e4ac3503d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 06:58:04 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5652ca0..b9f3bf7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -318,7 +318,7 @@ jobs: pattern: artifacts-* path: npm/ merge-multiple: true - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '20.x' registry-url: 'https://registry.npmjs.org'