From 4bd15abd7daacc62213529e6046a8c85f415ce7d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 May 2021 01:59:31 +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