Skip to content

Commit

Permalink
chore(deps): bump node from 23.3.0-bookworm to 23.4.0-bookworm (#17265)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Fiedler <[email protected]>
  • Loading branch information
dependabot[bot] and miketheman authored Dec 12, 2024
1 parent d7b266f commit cb2f973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 23.1.0
node-version: 23.4.0
cache: 'npm'
- name: Install Node dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# First things first, we build an image which is where we're going to compile
# our static assets with. We use this stage in development.
FROM node:23.3.0-bookworm AS static-deps
FROM node:23.4.0-bookworm AS static-deps

WORKDIR /opt/warehouse/src/

Expand Down

0 comments on commit cb2f973

Please sign in to comment.