From 689d4641e69df1352d7406d257080ffdf847342d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 01:07:14 +0100 Subject: [PATCH] Update actions/setup-node action to v3 (#23) Co-authored-by: Renovate Bot --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 165b73e..e47e306 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: run: go mod download - name: Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: {node-version: '10.x'} - name: Install bats run: npm install -g bats@1.1.0