File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ ARG NPM_GLOBAL=/usr/local/share/npm-global
88# Add NPM global to PATH.
99ENV 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-
1411RUN \
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 \
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ checkCommon
88
99# Image specific tests
1010check " node" node --version
11- npm_version=$( npm --version)
12- check-version-ge " npm-requirement" " ${npm_version} " " 9.8.1"
1311sudo rm -f yarn.lock
1412check " yarn" yarn install
1513sudo rm -f package-lock.json
You can’t perform that action at this time.
0 commit comments