Specify node-version for setup-node action

This commit is contained in:
Michael Telatynski 2022-10-13 08:52:52 +01:00
parent d0c7e3e24b
commit 4955643960
No known key found for this signature in database
GPG key ID: 98BC6A2B829297FE
2 changed files with 7 additions and 0 deletions

View file

@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version: 16
- name: Install Deps
run: "yarn install --pure-lockfile"
@ -90,6 +91,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version: 16
# Does not need branch matching as only analyses this layer
- name: Install Deps
@ -146,6 +148,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version: 16
# Does not need branch matching as only analyses this layer
- name: Install Deps
@ -196,6 +199,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version: 16
# Does not need branch matching as only analyses this layer
- name: Install Deps
@ -254,6 +258,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version: 16
- name: Install Deps
run: "yarn install --pure-lockfile"

View file

@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version: 16
# Does not need branch matching as only analyses this layer
- name: Install Deps
@ -34,6 +35,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version: 16
# Does not need branch matching as only analyses this layer
- name: Install Deps