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 22, 2023
1 parent 6ac25d2 commit 3ed8820
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 @@ -22,7 +22,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20.8.1"
node-version: "21.0.0"

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

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

- run: make build-frontend

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

- run: cd frontend && npm ci

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

- run: cd frontend && npm ci

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

- run: cd frontend && npm ci

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.frontend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.8.1-alpine as aredn-manager-frontend
FROM node:21.0.0-alpine as aredn-manager-frontend

WORKDIR /app

Expand Down

0 comments on commit 3ed8820

Please sign in to comment.