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 bbd23e1 commit 8e9d777Copy full SHA for 8e9d777
.github/workflows/node-ci.yml
@@ -32,7 +32,7 @@ jobs:
32
persist-credentials: false
33
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
34
with:
35
- node-version: 24.5.0
+ node-version: 24.8.0
36
cache: 'npm'
37
- name: Install Node dependencies
38
run: npm ci
Dockerfile
@@ -3,7 +3,7 @@ ARG PYTHON_IMAGE_VERSION=3.13.7-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.7.0-bookworm AS static-deps
+FROM node:24.8.0-bookworm AS static-deps
7
8
WORKDIR /opt/warehouse/src/
9
0 commit comments