From 88630f66e0c9e82d1a00c9cfa3fd1c3c0f3d7272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 06:46:57 +0000 Subject: [PATCH] :arrow_up: 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/build.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/node.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05d5ecc..9915dc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} - name: Setup Node.js - uses: actions/setup-node@v2.1.3 + uses: actions/setup-node@v2.1.4 with: node-version: 14 - name: Cache node modules diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d9d4045..aec37c8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.4 - name: Setup Node.js - uses: actions/setup-node@v2.1.3 + uses: actions/setup-node@v2.1.4 with: node-version: 14 - name: Initialize CodeQL diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 26ebf18..3766cad 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.4 - name: Setup Node.js - uses: actions/setup-node@v2.1.3 + uses: actions/setup-node@v2.1.4 with: node-version: 12 - name: Cache node modules diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eaf71c6..357a802 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT }} - name: Setup Node.js - uses: actions/setup-node@v2.1.3 + uses: actions/setup-node@v2.1.4 with: node-version: 14 - name: Cache node modules