[ci/cd] Moves our default github action flows to use Node v20 (#25425)

* Moves our default github action flows to use Node v20

* noop to trigger ui-build pipeline
This commit is contained in:
Phil Renaud
2025-03-19 11:38:20 -04:00
committed by GitHub
parent 3370d9cb96
commit ce83993667
4 changed files with 5 additions and 6 deletions

View File

@@ -100,7 +100,7 @@ jobs:
- name: Setup node and yarn
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: "18"
node-version: "20"
cache-dependency-path: "ui/yarn.lock"
- name: Install Yarn
@@ -152,7 +152,7 @@ jobs:
- name: Setup node and yarn
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: "18"
node-version: "20"
cache-dependency-path: "ui/yarn.lock"
- name: Install Yarn
@@ -277,7 +277,7 @@ jobs:
- name: Setup node and yarn
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: "18"
node-version: "20"
cache-dependency-path: "ui/yarn.lock"
- name: Install Yarn

View File

@@ -89,7 +89,7 @@ jobs:
- name: Setup node and yarn
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: "18"
node-version: "20"
cache-dependency-path: "ui/yarn.lock"
- name: Install Yarn