Update actions/setup-node action to v2

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2021-01-06 22:40:22 +00:00 committed by David Mehren
parent 2a0b31d1ad
commit bd34b9a6ec
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 14
- name: Get yarn cache directory path
@ -45,7 +45,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 }}
- name: Get yarn cache directory path
@ -68,7 +68,7 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js 14
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 14
- name: Get yarn cache directory path
@ -95,7 +95,7 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js 14
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 14
- name: Get yarn cache directory path