We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm
1 parent 99acaad commit df96833Copy full SHA for df96833
src/javascript-node/.devcontainer/Dockerfile
@@ -8,6 +8,9 @@ ARG NPM_GLOBAL=/usr/local/share/npm-global
8
# Add NPM global to PATH.
9
ENV PATH=${NPM_GLOBAL}/bin:${PATH}
10
11
+# [Temporal] Bump npm version due to GHSA-c2qf-rxjj-qqgw
12
+RUN npm install -g npm@9.8.1
13
+
14
RUN \
15
# Configure global npm install location, use group to adapt to UID/GID changes
16
if ! cat /etc/group | grep -e "^npm:" > /dev/null 2>&1; then groupadd -r npm; fi \
0 commit comments