Skip to content

Commit e81a801

Browse files
committed
Always upgrade npm on builds
1 parent 8840355 commit e81a801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/docker/Dockerfile.node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ WORKDIR /srv/app
55
COPY package.json package-lock.json ./
66

77
# Install Node packages
8-
RUN npm ci
8+
RUN npm install -g npm@latest && npm ci

0 commit comments

Comments
 (0)