From c026e843f4989f4a5ef28e8c8f43bbba5f8204e8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Dec 2020 10:38:49 +0000 Subject: [PATCH] chore(deps): 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 21ccb78..91efc6c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.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: npm install -g yarn