We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d3221 commit 6449d50Copy full SHA for 6449d50
images/macos/provision/core/node.sh
@@ -8,7 +8,8 @@ brew_smart_install "node@$defaultVersion"
8
brew link node@$defaultVersion --force --overwrite
9
10
echo Installing yarn...
11
-curl -fsSL https://yarnpkg.com/install.sh | bash
+download_with_retries "https://yarnpkg.com/install.sh" "/tmp" "yarn-install.sh"
12
+bash /tmp/yarn-install.sh
13
14
if ! is_Ventura || ! is_VenturaArm64; then
15
npm_global_packages=$(get_toolset_value '.npm.global_packages[].name')
0 commit comments