From 87ca4064be8765748d01f1b1e505b06b240224e0 Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 03:51:17 +0000 Subject: [PATCH] ci(github-action): update actions/setup-node action to v6.3.0 --- .github/workflows/npm-publish.yaml | 2 +- .github/workflows/test-npm.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index 96ce3c9..f87c333 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -22,7 +22,7 @@ jobs: # https://github.com/marketplace/actions/setup-node-js-environment - name: setup node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/test-npm.yaml b/.github/workflows/test-npm.yaml index 312dc1e..d78ccff 100644 --- a/.github/workflows/test-npm.yaml +++ b/.github/workflows/test-npm.yaml @@ -50,7 +50,7 @@ jobs: # https://github.com/marketplace/actions/setup-node-js-environment - name: setup node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version-file: .nvmrc cache: npm