From a5b11e93a354727c76d6bac8d19d04a77c64d0e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 05:39:48 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from v2.1.3 to v2.1.4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.3 to v2.1.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.3...c46424eee26de4078d34105d3de3cc4992202b1e) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f989a3ee8..20769797e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: git config --global core.autocrlf input - uses: actions/checkout@v2 - name: Use Node.js 10.x - uses: actions/setup-node@v2.1.3 + uses: actions/setup-node@v2.1.4 with: node-version: 10.x - name: Determine Yarn cache @@ -94,7 +94,7 @@ jobs: sudo apt-get install -y --no-install-recommends snapcraft flatpak-builder elfutils ci/install_runtimes.sh - name: Use Node.js 10.x - uses: actions/setup-node@v2.1.3 + uses: actions/setup-node@v2.1.4 with: node-version: 10.x - name: Determine Yarn cache @@ -149,7 +149,7 @@ jobs: # steps: # - uses: actions/checkout@v1 # - name: Use Node.js 12.x - # uses: actions/setup-node@v2.1.3 + # uses: actions/setup-node@v2.1.4 # with: # node-version: 12.x # - name: Cache node_modules