From 2292aa113d46f2c16ed60dc8951a69bd47e959b6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Feb 2022 23:38:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c1e3a585..ed1d9660c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2 - name: Node setup - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '14'