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.
1 parent 0f0973a commit e778fe4Copy full SHA for e778fe4
src/javascript-node/.devcontainer/Dockerfile
@@ -9,7 +9,7 @@ ARG NPM_GLOBAL=/usr/local/share/npm-global
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
+RUN npm install -g npm@9.8.0
13
14
RUN \
15
# Configure global npm install location, use group to adapt to UID/GID changes
0 commit comments