Merge remote-tracking branch 'upstream/main' into macos-retry-downloads

This commit is contained in:
Vladimir Safonkin
2020-11-09 11:00:40 +03:00
40 changed files with 241 additions and 256 deletions

View File

@@ -27,8 +27,8 @@ if is_Less_Catalina; then
npm install -g appcenter-cli@^1.0.0
else
# Install Node.JS 12 for macOS >= 10.15
brew install node@12
brew link node@12 --force
brew install node@14
brew link node@14 --force
for module in ${node_modules[@]}; do
echo "Install $module"