Skip to content
Snippets Groups Projects
Commit 52bcda9f authored by Michael Lumish's avatar Michael Lumish Committed by GitHub
Browse files

Merge pull request #11418 from murgatroid99/node_artifact_no_upgrade_npm

Undo updating npm in node artifact builds
parents 5ed0b4e6 44c16d31
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,6 @@ set PATH=%PATH%;C:\Program Files\nodejs\;%APPDATA%\npm ...@@ -35,8 +35,6 @@ set PATH=%PATH%;C:\Program Files\nodejs\;%APPDATA%\npm
del /f /q BUILD || rmdir build /s /q del /f /q BUILD || rmdir build /s /q
call npm update -g npm
call npm update || goto :error call npm update || goto :error
mkdir -p %ARTIFACTS_OUT% mkdir -p %ARTIFACTS_OUT%
......
...@@ -34,8 +34,6 @@ source ~/.nvm/nvm.sh ...@@ -34,8 +34,6 @@ source ~/.nvm/nvm.sh
nvm use 4 nvm use 4
set -ex set -ex
npm update -g npm
cd $(dirname $0)/../../.. cd $(dirname $0)/../../..
rm -rf build || true rm -rf build || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment