Update actions/setup-node action to v3 #248

Closed
RenovateBot wants to merge 1 commit from renovate/actions-setup-node-3.x into develop
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build and Test - name: Build and Test
uses: actions/setup-node@v1 uses: actions/setup-node@v3
with: with:
node-version: 16.x node-version: 16.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View file

@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build and Test - name: Build and Test
uses: actions/setup-node@v1 uses: actions/setup-node@v3
with: with:
node-version: 16.x node-version: 16.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile

View file

@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build and Test - name: Build and Test
uses: actions/setup-node@v1 uses: actions/setup-node@v3
with: with:
node-version: 16.x node-version: 16.x
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile