From 5caefe975c87423372d2b0a5318fb00091549d0e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Feb 2022 08:34:56 +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 3ce4bf4..33f5e6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run tests with ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: yarn install, and test