We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2987516 commit 90149c3Copy full SHA for 90149c3
.github/workflows/node-ci.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v4
31
- uses: actions/setup-node@v4
32
with:
33
- node-version: 20.12.1
+ node-version: 20.12.2
34
cache: 'npm'
35
- name: Install Node dependencies
36
run: npm ci
Dockerfile
@@ -1,6 +1,6 @@
1
# First things first, we build an image which is where we're going to compile
2
# our static assets with. We use this stage in development.
3
-FROM node:20.12.1-bookworm as static-deps
+FROM node:20.12.2-bookworm as static-deps
4
5
WORKDIR /opt/warehouse/src/
6
0 commit comments