Skip to content

Commit c834478

Browse files
committed
refactor: Use npm 11
1 parent 2649d13 commit c834478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildchain/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG TAG=20-alpine
22
FROM node:$TAG
33

4-
RUN npm install -g npm@^10.0.0
4+
RUN npm install -g npm@^11.0.0
55

66
WORKDIR /app/buildchain/
77

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG TAG=20-alpine
22
FROM node:$TAG
33

4-
RUN npm install -g npm@^10.0.0
4+
RUN npm install -g npm@^11.0.0
55

66
WORKDIR /app/
77

0 commit comments

Comments
 (0)