Skip to content

Commit 4106db5

Browse files
chore(deps): bump node from 20.12.2-bookworm to 22.3.0-bookworm (#16094)
* chore(deps): bump node from 20.12.2-bookworm to 22.3.0-bookworm Bumps node from 20.12.2-bookworm to 22.3.0-bookworm. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore(ci): update node version Signed-off-by: Mike Fiedler <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Mike Fiedler <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Fiedler <[email protected]>
1 parent 4f238c5 commit 4106db5

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
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v4
3131
- uses: actions/setup-node@v4
3232
with:
33-
node-version: 20.12.2
33+
node-version: 22.3.0
3434
cache: 'npm'
3535
- name: Install Node dependencies
3636
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:20.12.2-bookworm as static-deps
3+
FROM node:22.3.0-bookworm as static-deps
44

55
WORKDIR /opt/warehouse/src/
66

0 commit comments

Comments
 (0)