Skip to content

Commit 63c86e5

Browse files
Revert "[javascript-node & typescript-node] Bump npm version due to GHSA-c2qf-rxjj-qqgw"
This reverts commit df96833.
1 parent 4bf0768 commit 63c86e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/javascript-node/.devcontainer/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ ARG NPM_GLOBAL=/usr/local/share/npm-global
88
# Add NPM global to PATH.
99
ENV PATH=${NPM_GLOBAL}/bin:${PATH}
1010

11-
# [Temporal] Bump npm version due to GHSA-c2qf-rxjj-qqgw
12-
RUN npm install -g npm@9.8.1
13-
1411
RUN \
1512
# Configure global npm install location, use group to adapt to UID/GID changes
1613
if ! cat /etc/group | grep -e "^npm:" > /dev/null 2>&1; then groupadd -r npm; fi \

0 commit comments

Comments
 (0)