From 151cb3fc08493e08f26edc6e936bcbbac8dbad26 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 14 Feb 2021 23:50:39 +0000 Subject: [PATCH] Update actions/setup-node action to v2 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index f928eb3..0b0a5f7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -24,7 +24,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 install