From be12b718f98333fce37d9cb2cf6d6d94bae0b9d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 13:47:18 +0200 Subject: [PATCH] Update actions/setup-node action to v2.2.0 (#24) Co-authored-by: Renovate 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 257782e..d7e6483 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use NodeJS v${{ matrix.node-version }} - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.2.0 with: node-version: ${{ matrix.node-version }} - name: Install @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use NodeJS v14 - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.2.0 with: node-version: 14.x - name: Install @@ -56,7 +56,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Use NodeJS v14 - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.2.0 with: node-version: 14.x - name: Install dependencies