diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 809f13268bcf..6fccf76fe805 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 24.4.0 + node-version: 24.5.0 cache: 'npm' - name: Install Node dependencies run: npm ci diff --git a/Dockerfile b/Dockerfile index 3fc22fe08f8a..71eb1f1cf607 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG PYTHON_IMAGE_VERSION=3.13.5-slim-bookworm # First things first, we build an image which is where we're going to compile # our static assets with. We use this stage in development. -FROM node:24.4.1-bookworm AS static-deps +FROM node:24.5.0-bookworm AS static-deps WORKDIR /opt/warehouse/src/