[macOS] Update templates to fix issue with node 19 (#7081)

This commit is contained in:
Alexey-Ayupov
2023-02-11 13:25:07 +03:00
committed by GitHub
parent 5f3fb1b548
commit feb6252fae
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ defaultVersion=$(get_toolset_value '.node.default')
echo "Installing Node.js $defaultVersion"
brew_smart_install "node@$defaultVersion"
brew link node@$defaultVersion --force
brew link node@$defaultVersion --force --overwrite
echo Installing yarn...
curl -o- -L https://yarnpkg.com/install.sh | bash