Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Revert "[javascript-node & typescript-node] Bump npm versio…
…n due to GHSA-c2qf-rxjj-qqgw""

This reverts commit 63c86e5.
  • Loading branch information
alexander-smolyakov committed Jul 26, 2023
commit 18e0427123f09dd16b5e392c719ee211a36f1662
3 changes: 3 additions & 0 deletions src/javascript-node/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ ARG NPM_GLOBAL=/usr/local/share/npm-global
# Add NPM global to PATH.
ENV PATH=${NPM_GLOBAL}/bin:${PATH}

# [Temporal] Bump npm version due to GHSA-c2qf-rxjj-qqgw
RUN npm install -g npm@9.8.1

RUN \
# Configure global npm install location, use group to adapt to UID/GID changes
if ! cat /etc/group | grep -e "^npm:" > /dev/null 2>&1; then groupadd -r npm; fi \
Expand Down