Skip to content

Commit

Permalink
chore(deps): update node.js to v21
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] authored Oct 26, 2023
1 parent 62d8d81 commit 8101f5f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20.9"
node-version: "21.1"

- run: make build-frontend

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-static-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20.9"
node-version: "21.1"

- run: make build-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 @@ -20,7 +20,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20.9"
node-version: "21.1"

- run: make build-frontend

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.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: "20.9"
node-version: "21.1"

- 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: "20.9"
node-version: "21.1"

- 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: "20.9"
node-version: "21.1"

- run: cd internal/http/frontend && npm ci

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

- run: cd internal/http/frontend && npm ci

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

- run: cd internal/http/frontend && npm ci

Expand Down

0 comments on commit 8101f5f

Please sign in to comment.