From c15b029e78df27846d64ecec9e5e31665f615700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:30:10 -0400 Subject: [PATCH] chore(deps): bump node from 22.9.0-bookworm to 23.0.0-bookworm (#16911) * 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] * match CI node version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ee Durbin --- .github/workflows/node-ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index a0e004fba322..3bfa199bf290 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index f832b7018602..67a5fc6f762c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/