From 64d4149c60470b5f92d401d890bf6c63738470a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 10:19:13 +0200 Subject: [PATCH] chore(deps): update actions/setup-node action to v2 (#372) Co-authored-by: Renovate Bot --- frontend/.github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.github/workflows/node.js.yml b/frontend/.github/workflows/node.js.yml index 4385656fca..1b444ca5f5 100644 --- a/frontend/.github/workflows/node.js.yml +++ b/frontend/.github/workflows/node.js.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - run: yarn