From 87415d46385507003162ff0a5e308f71d012cc0f Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:09:01 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.3.0 | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v6.2.0 | v6.3.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fa804ff..af375eb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: with: persist-credentials: 'false' - name: Setup .npmrc file to publish to npm - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: node-version: '25.2.0' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0dae9f..2faa994 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: with: persist-credentials: 'false' - name: Set up Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: node-version: 25.x package-manager-cache: false @@ -54,7 +54,7 @@ jobs: with: persist-credentials: 'false' - name: Set up Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0 with: node-version: ${{ matrix.node }} package-manager-cache: false