From 502bb0855be5ba2ace8916cbbc7a63e2543160be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Mar 2022 20:50:51 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef4da1af..64f74a6f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: '12' - run: npm install -g yarn@1.x