A better statement of policy regarding node versions.

This commit is contained in:
martinfrances107 2024-07-27 19:37:40 +01:00
parent 809040340e
commit 391c954cbe
No known key found for this signature in database
GPG Key ID: 45881D6F4F424E8E
5 changed files with 6 additions and 6 deletions

View File

@ -166,7 +166,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
registry-url: 'https://registry.npmjs.org'
cache: yarn
cache-dependency-path: tooling/*/yarn.lock

View File

@ -69,7 +69,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: 18
- name: Download cross
uses: actions/download-artifact@v3

View File

@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: 'lts/*'
cache: yarn
cache-dependency-path: tooling/api/yarn.lock

View File

@ -96,7 +96,7 @@ jobs:
uses: actions/setup-node@v4
if: ${{ !matrix.settings.docker }}
with:
node-version: 'latest'
node-version: 18
check-latest: true
cache: yarn
cache-dependency-path: 'tooling/cli/node/yarn.lock'
@ -372,7 +372,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
check-latest: true
cache: yarn
cache-dependency-path: 'tooling/cli/node/yarn.lock'

View File

@ -45,7 +45,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: 18
cache: yarn
cache-dependency-path: |
tooling/api/yarn.lock