Skip to content

Commit 67058f0

Browse files
chore(deps): bump node from 23.11.0-bookworm to 24.0.0-bookworm (#18095)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Fiedler <miketheman@gmail.com>
1 parent d92f539 commit 67058f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: 23.11.0
35+
node-version: 24.0.0
3636
cache: 'npm'
3737
- name: Install Node dependencies
3838
run: npm ci

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# First things first, we build an image which is where we're going to compile
22
# our static assets with. We use this stage in development.
3-
FROM node:23.11.0-bookworm AS static-deps
3+
FROM node:24.0.0-bookworm AS static-deps
44

55
WORKDIR /opt/warehouse/src/
66

0 commit comments

Comments
 (0)