From 0a008bdb2f628d12137bd4fb0cc2996b61b09349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:02:44 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 2.1.4 to 2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.4...v2.1.5) Signed-off-by: dependabot[bot] --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 5dfe727..7223139 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,7 +14,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v2.3.1 - name: Use Node.js - uses: actions/setup-node@v2.1.4 + uses: actions/setup-node@v2.1.5 with: node-version: '14.x' - run: yarn install