From 23dbee2f2c75cfa89b5f9c8b1464589aa5281ebe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Dec 2020 09:55:35 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v2 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index acc2dd3..c247fa7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,7 @@ jobs: run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)" id: nvm - name: Install required Node.js version - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: "${{ steps.nvm.outputs.NVMRC }}" - name: Get Yarn cache directory path