File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525 - name : Setup Node
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : " 22 "
28+ node-version : " 24 "
2929
3030 - uses : oven-sh/setup-bun@v2
3131
4949 - name : Setup Node
5050 uses : actions/setup-node@v4
5151 with :
52- node-version : " 22 "
52+ node-version : " 24 "
5353
5454 - uses : oven-sh/setup-bun@v2
5555
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 - name : Setup Node
125125 uses : actions/setup-node@v4
126126 with :
127- node-version : " 20 "
127+ node-version : " 24 "
128128
129129 - uses : oven-sh/setup-bun@v2
130130
Original file line number Diff line number Diff line change 2222 - name : Setup Node
2323 uses : actions/setup-node@v4
2424 with :
25- node-version : " 22 "
25+ node-version : " 24 "
2626
2727 - uses : oven-sh/setup-bun@v2
2828
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 - name : Setup Node
132132 uses : actions/setup-node@v4
133133 with :
134- node-version : " 20 "
134+ node-version : " 24 "
135135
136136 - uses : oven-sh/setup-bun@v2
137137
Original file line number Diff line number Diff line change 1- FROM --platform=linux/amd64 node:22 -trixie-slim AS build-ssr
1+ FROM --platform=$BUILDPLATFORM node:24 -trixie-slim AS build-ssr
22
33RUN apt-get update \
44 && apt-get install -y wget gpg sudo lsb-release just git protobuf-compiler libprotobuf-dev \
@@ -14,7 +14,7 @@ Copy ./package.json .
1414
1515RUN just dashboard
1616
17- FROM gcr.io/distroless/nodejs22 -debian13
17+ FROM gcr.io/distroless/nodejs24 -debian13
1818
1919COPY --from=build-ssr /build/packages/dashboard/.output/ ./.output
2020
You can’t perform that action at this time.
0 commit comments