mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
[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:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user