From c1c219f526155987550e06bedfcc8e2fcc34f19b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Oct 2020 14:41:13 +0900 Subject: [PATCH] ci: bump actions/setup-node from v2.1.1 to v2.1.2 (#496) Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.1 to v2.1.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.1...c6fd00ceb9747fb23ffdf72987450a2664414867) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d3be55..0b33af7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: id: nvm - name: Setup Node - uses: actions/setup-node@v2.1.1 + uses: actions/setup-node@v2.1.2 with: node-version: '${{ steps.nvm.outputs.NVMRC }}'