From e5374ecc4de474832f1728786d27202268daa299 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 22 Jul 2021 07:20:59 +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