Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 11, 2023
1 parent 5f05ab1 commit 268e549
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-static-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "19.7"
node-version: "20.5"

- run: |
cd frontend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/per-arch-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "19.7"
node-version: "20.5"

- run: make build-frontend

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "19.7"
node-version: "20.5"

- run: make build-frontend

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "19.7"
node-version: "20.5"

- run: cd frontend && npm ci

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "19.7"
node-version: "20.5"

- run: cd frontend && npm ci

Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "19.7"
node-version: "20.5"

- run: cd frontend && npm ci

Expand Down

0 comments on commit 268e549

Please sign in to comment.