From d13e210741153eccc070e1eeb9c1f2d3526c0e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Oct 2020 16:08:02 +0900 Subject: [PATCH] ci: bump actions/setup-node from v2.1.1 to v2.1.2 (#449) 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 f455072..a95a287 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,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 }}'