From 1e98aacc8f5102273b1dd30f0d56886f6f77b077 Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 00:43:38 +0000 Subject: [PATCH] ci(github-action): update actions/setup-node action to v6.5.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 c7ffb1f..d9404ef 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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/test-npm.yaml b/.github/workflows/test-npm.yaml index 0b7519e..1ebd82e 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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version-file: .nvmrc cache: npm