Skip to content

Commit

Permalink
Merge pull request #5654 from prymitive/version-sync-node
Browse files Browse the repository at this point in the history
chore(actions): use latest Node version
  • Loading branch information
prymitive authored Dec 21, 2023
2 parents c0de031 + c32bb23 commit 678396a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v4
with:
node-version: 21.4.0
node-version: 21.5.0

- name: Regenerate package-lock.json
run: make -C ui npm-upgrade
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v4
with:
node-version: 21.4.0
node-version: 21.5.0

- name: Regenerate ui package-lock.json
run: cd ui && npm i
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v4
with:
node-version: 21.4.0
node-version: 21.5.0
cache: "npm"
cache-dependency-path: "ui/package-lock.json"

Expand All @@ -124,7 +124,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v4
with:
node-version: 21.4.0
node-version: 21.5.0
cache: "npm"
cache-dependency-path: "ui/package-lock.json"

Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v4
with:
node-version: 21.4.0
node-version: 21.5.0
cache: "npm"
cache-dependency-path: "ui/package-lock.json"

Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v4
with:
node-version: 21.4.0
node-version: 21.5.0
cache: "npm"
cache-dependency-path: "ui/package-lock.json"

Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v4
with:
node-version: 21.4.0
node-version: 21.5.0
cache: "npm"
cache-dependency-path: "ui/package-lock.json"

Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v4
with:
node-version: 21.4.0
node-version: 21.5.0
cache: "npm"
cache-dependency-path: "ui/package-lock.json"

Expand Down

0 comments on commit 678396a

Please sign in to comment.