Skip to content

Commit 712a0d7

Browse files
chore(deps): bump node from 20.11.1-bookworm to 20.12.1-bookworm (#15728)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Fiedler <[email protected]>
1 parent 033c957 commit 712a0d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-ci.yml

+1-1
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.11.1
33+
node-version: 20.12.1
3434
cache: 'npm'
3535
- name: Install Node dependencies
3636
run: npm ci

Dockerfile

+1-1
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.11.1-bookworm as static-deps
3+
FROM node:20.12.1-bookworm as static-deps
44

55
WORKDIR /opt/warehouse/src/
66

0 commit comments

Comments
 (0)