We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71031f commit e15d2f2Copy full SHA for e15d2f2
.github/workflows/node-ci.yml
@@ -32,7 +32,7 @@ jobs:
32
persist-credentials: false
33
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
34
with:
35
- node-version: 24.4.0
+ node-version: 24.5.0
36
cache: 'npm'
37
- name: Install Node dependencies
38
run: npm ci
Dockerfile
@@ -3,7 +3,7 @@ ARG PYTHON_IMAGE_VERSION=3.13.5-slim-bookworm
3
4
# First things first, we build an image which is where we're going to compile
5
# our static assets with. We use this stage in development.
6
-FROM node:24.4.1-bookworm AS static-deps
+FROM node:24.5.0-bookworm AS static-deps
7
8
WORKDIR /opt/warehouse/src/
9
0 commit comments