chore(workflows): Force Node v16.10 version in CI (#4523)

This commit is contained in:
Oliver Windall Juhl
2023-07-13 08:42:43 +02:00
committed by GitHub
parent 3ed6438486
commit cfd3e396cf
13 changed files with 17 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
with:
node-version: "16"
node-version: "16.10.0"
cache: "yarn"
- name: Assert changed
@@ -48,7 +48,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
with:
node-version: "16"
node-version: "16.10.0"
cache: "yarn"
- name: Assert changed
@@ -109,7 +109,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
with:
node-version: "16"
node-version: "16.10.0"
cache: "yarn"
- name: Install dependencies
@@ -161,7 +161,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
with:
node-version: "16"
node-version: "16.10.0"
cache: "yarn"
- name: Install dependencies
@@ -212,7 +212,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
with:
node-version: "16"
node-version: "16.10.0"
cache: "yarn"
- name: Install dependencies