Skip to content

Commit 059357d

Browse files
Revert "[javascript-node & typescript-node] Bump npm version due to GHSA-c2qf-rxjj-qqgw (#677)"
This reverts commit 0f0973a.
1 parent e778fe4 commit 059357d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
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.0
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 \

src/javascript-node/test-project/test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ checkCommon
88

99
# Image specific tests
1010
check "node" node --version
11-
npm_version=$(npm --version)
12-
check-version-ge "npm-requirement" "${npm_version}" "9.8.1"
1311
sudo rm -f yarn.lock
1412
check "yarn" yarn install
1513
sudo rm -f package-lock.json

0 commit comments

Comments
 (0)