From a587614f3b7ad45a5cb63ccccafd7f262e38e060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 05:25:13 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from v2.1.2 to v2.1.3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.2...27082cecf3ff7a1742dbd5e12605f0cb59dce2d9) Signed-off-by: dependabot[bot] --- .github/workflows/nodejs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 949580f62cab..2d7e653d4892 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -32,7 +32,7 @@ jobs: key: ubuntu-latest-node-12.x-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ubuntu-latest-node-12.x-yarn- - - uses: actions/setup-node@v2.1.2 + - uses: actions/setup-node@v2.1.3 with: node-version: 12.x - name: install @@ -76,7 +76,7 @@ jobs: restore-keys: | ${{ runner.os }}-node-${{ matrix.node-version }}-yarn- - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2.1.3 with: node-version: ${{ matrix.node-version }} - name: install @@ -117,7 +117,7 @@ jobs: restore-keys: | ${{ runner.os }}-node-14.x-yarn- - name: Use Node.js 14.x - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2.1.3 with: node-version: 14.x - name: install