deprecate old tools on MacOS

This commit is contained in:
Maxim Lobanov
2020-11-04 09:23:31 +03:00
parent d511b0d2da
commit aee4de7755
3 changed files with 4 additions and 5 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"