From 6aa53abc46fe750128ea4a3069e09c7df286efad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 Oct 2021 14:29:27 +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 7ad7f6f1..05ec054b 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