Skip to content

Commit

Permalink
Merge pull request #6177 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 Sep 4, 2024
2 parents 99ec02b + 99a99c2 commit 2af0bef
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: 22.7.0
node-version: 22.8.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: 22.7.0
node-version: 22.8.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 @@ -100,7 +100,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v4
with:
node-version: 22.7.0
node-version: 22.8.0
cache: "npm"
cache-dependency-path: "ui/package-lock.json"

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

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

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

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

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

Expand Down

0 comments on commit 2af0bef

Please sign in to comment.