Skip to content

Navigation Menu

Sign in
Sign up

Commit f2d8d8a

Browse files
Update dependency node to v24 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aad3eb1 commit f2d8d8a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node
4141
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
4242
with:
43-
node-version: 22
43+
node-version: 24
4444
cache: npm
4545
cache-dependency-path: frontend/package-lock.json
4646

‎Dockerfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# runtime stage receives compiled assets plus the bare `node` binary needed to
33
# run the SSR server). `npm ci` against the committed package-lock.json makes
44
# the build reproducible, mirroring `uv sync --frozen` for Python.
5-
FROM node:22-bookworm-slim AS webbuild
5+
FROM node:24-bookworm-slim AS webbuild
66

77
WORKDIR /frontend
88
COPY frontend/package.json frontend/package-lock.json ./
@@ -25,7 +25,7 @@ RUN apt-get update && \
2525

2626
# Node runtime binary for the compiled SvelteKit SSR server (no npm, no
2727
# node_modules — the build output from stage 1 is fully self-contained).
28-
COPY --from=node:22-bookworm-slim /usr/local/bin/node /usr/local/bin/node
28+
COPY --from=node:24-bookworm-slim /usr/local/bin/node /usr/local/bin/node
2929

3030
# Install uv
3131
COPY --from=ghcr.io/astral-sh/uv:0.11.29 /uv /usr/local/bin/uv

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /