Skip to content

Commit

Permalink
Unpin npm (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
eljog committed Jan 8, 2024
1 parent 5bef10a commit 9d2fc70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/javascript-node/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ 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 [email protected]

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

0 comments on commit 9d2fc70

Please sign in to comment.