From bb8b5a0c35b3957b79538d35e95463c215125b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 09:15:51 +0000 Subject: [PATCH] chore(actions): bump actions/setup-node from 2 to 3.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a297016..746c17b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - name: Read .nvmrc run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)" id: nvm - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3.1.0 with: node-version: '${{ steps.nvm.outputs.NVMRC }}' cache: 'yarn' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8db794b..1ce0362 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Read .nvmrc run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)" id: nvm - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3.1.0 with: node-version: '${{ steps.nvm.outputs.NVMRC }}' cache: 'yarn'