From 187d3eb8fd7caee162dd9e98540c31b4226bd88e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:02:03 +0200 Subject: [PATCH] Update actions/setup-node action to v3 (#66) Co-authored-by: Renovate Bot --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 020845e..88f645a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: { go-version: '1.18' } - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: { node-version: '14' } - id: goenv @@ -82,7 +82,7 @@ jobs: name: Build npm runs-on: ubuntu-latest steps: - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: { node-version: '14' } - uses: actions/checkout@v2