From 0b12ef89b57dba19cce181734ec22af1c1c5b4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 06:22:00 +0000 Subject: [PATCH] :arrow_up: Bump actions/setup-node from v2.1.1 to v2.1.2 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] --- .github/workflows/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 7742d39..986bb3b 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.3 - name: Setup Node.js - uses: actions/setup-node@v2.1.1 + uses: actions/setup-node@v2.1.2 with: node-version: 14 - name: Install dependencies