From f1ba9409fca19546a6f306926de04f902ab00cce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 00:46:45 +0000 Subject: [PATCH] ci(action): update actions/setup-node action to v3.7.0 --- .github/workflows/node-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 4f33edc..a7fbcb7 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -20,7 +20,7 @@ jobs: run: 'echo ::set-output name=NVMRC::$(cat .nvmrc)' id: nvm - name: Setup node - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 + uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 with: node-version: '${{ steps.nvm.outputs.NVMRC }}' - uses: bahmutov/npm-install@v1