Skip to content

Commit

Permalink
chore(deps): bump node from 22.9.0-bookworm to 23.0.0-bookworm (#16911)
Browse files Browse the repository at this point in the history
* chore(deps): bump node from 22.9.0-bookworm to 23.0.0-bookworm

Bumps node from 22.9.0-bookworm to 23.0.0-bookworm.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* match CI node version

---------

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]>
  • Loading branch information
dependabot[bot] and ewdurbin authored Oct 25, 2024
1 parent 4d8bad4 commit c15b029
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 @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.3.0
node-version: 23.0.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:22.9.0-bookworm AS static-deps
FROM node:23.0.0-bookworm AS static-deps

WORKDIR /opt/warehouse/src/

Expand Down

0 comments on commit c15b029

Please sign in to comment.