Skip to content

Commit ea49bbd

Browse files
chore(deps): bump node from 23.7.0-bookworm to 23.8.0-bookworm (#17605)
* chore(deps): bump node from 23.7.0-bookworm to 23.8.0-bookworm Bumps node from 23.7.0-bookworm to 23.8.0-bookworm. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * bump node version in node-ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ee Durbin <[email protected]>
1 parent a9e88cf commit ea49bbd

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.7.0
35+
node-version: 23.8.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.7.0-bookworm AS static-deps
3+
FROM node:23.8.0-bookworm AS static-deps
44

55
WORKDIR /opt/warehouse/src/
66

0 commit comments

Comments
 (0)