From 9f51b1cad6b9ce2468f74c3d2f39d0daf6fc0078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 14:02:15 +0100 Subject: [PATCH] Bump actions/setup-node from v1 to v2.1.4 (#4) Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...c46424eee26de4078d34105d3de3cc4992202b1e) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-codeclimate-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-codeclimate-coverage.yml b/.github/workflows/update-codeclimate-coverage.yml index 6a03547d..e6534979 100644 --- a/.github/workflows/update-codeclimate-coverage.yml +++ b/.github/workflows/update-codeclimate-coverage.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Installing node.js - uses: actions/setup-node@v1 # Used to install node environment - XXX https://github.com/actions/setup-node + uses: actions/setup-node@v2.1.4 # Used to install node environment - XXX https://github.com/actions/setup-node with: node-version: '12.x' # Use the same node.js version as the one Vercel's uses (currently node12.x) run-tests-coverage: