Skip to content

Commit e778fe4

Browse files
Pin npm version to 9.8.0
1 parent 0f0973a commit e778fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript-node/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG NPM_GLOBAL=/usr/local/share/npm-global
99
ENV PATH=${NPM_GLOBAL}/bin:${PATH}
1010

1111
# [Temporal] Bump npm version due to GHSA-c2qf-rxjj-qqgw
12-
RUN npm install -g npm@9.8.1
12+
RUN npm install -g npm@9.8.0
1313

1414
RUN \
1515
# Configure global npm install location, use group to adapt to UID/GID changes

0 commit comments

Comments
 (0)