From 718473c2a55f219e2a58e8e1a6c7542ea9c981bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 07:32:36 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v2.1.5 (#205) --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c19ee5e4..7c7d60bc 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -97,7 +97,7 @@ jobs: key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn- - - uses: actions/setup-node@v2.1.4 + - uses: actions/setup-node@v2.1.5 with: node-version: 14.x - run: yarn @@ -124,7 +124,7 @@ jobs: key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn- - - uses: actions/setup-node@v2.1.4 + - uses: actions/setup-node@v2.1.5 with: node-version: 14.x - run: yarn