mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 01:03:18 +08:00
Bring latest changes from internal Mac-Cloud repository from 21 September
This commit is contained in:
@@ -39,7 +39,9 @@ fi
|
||||
echo Installing yarn...
|
||||
curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
|
||||
for module in ${node_common_modules[@]}; do
|
||||
echo "Install $module"
|
||||
npm install -g $module
|
||||
done
|
||||
if is_Less_BigSur; then
|
||||
for module in ${node_common_modules[@]}; do
|
||||
echo "Install $module"
|
||||
npm install -g $module
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user