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

@@ -21,7 +21,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