deprecate go < 1.13 and node.js 8 (#2445)

This commit is contained in:
Aleksandr Chebotov
2021-01-18 09:45:56 +03:00
committed by GitHub
parent 0377be9290
commit e7970dd34f
3 changed files with 1 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ if is_Less_Catalina; then
echo Installing App Center CLI...
npm install -g appcenter-cli@^1.0.0
else
# Install Node.JS 12 for macOS >= 10.15
# Install Node.js 14 for macOS >= 10.15
brew_smart_install "node@14"
brew link node@14 --force