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 d92f539 commit 67058f0Copy full SHA for 67058f0
.github/workflows/node-ci.yml
@@ -32,7 +32,7 @@ jobs:
32
persist-credentials: false
33
- uses: actions/setup-node@v4
34
with:
35
- node-version: 23.11.0
+ node-version: 24.0.0
36
cache: 'npm'
37
- name: Install Node dependencies
38
run: npm ci
Dockerfile
@@ -1,6 +1,6 @@
1
# First things first, we build an image which is where we're going to compile
2
# our static assets with. We use this stage in development.
3
-FROM node:23.11.0-bookworm AS static-deps
+FROM node:24.0.0-bookworm AS static-deps
4
5
WORKDIR /opt/warehouse/src/
6
0 commit comments