From 41e11b94f1f06e7215177821afeace2b29d2efdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 20:35:30 +0100 Subject: [PATCH] Bump actions/setup-node from v1 to v2.1.2 (#54) Bumped actions/setup-node [1] from v1 to v2.1.2 [2]. This comes with speed and performance improvements by using a dedicated, built-in image cache for Node.js distributions. [1]: https://github.com/actions/setup-node [2]: https://github.com/actions/setup-node/compare/v1...c6fd00ceb9747fb23ffdf72987450a2664414867 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 772b189..7622309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: "Setup Node.js version 14.x" - uses: actions/setup-node@v1 + uses: actions/setup-node@v2.1.2 with: node-version: "14.x" - name: Install Node modules