mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 05:07:02 +00:00
install yarn from npm (#3037)
This commit is contained in:
@@ -32,12 +32,4 @@ ln -s /usr/local/bin/vercel /usr/local/bin/now
|
||||
|
||||
rm -rf ~/n
|
||||
|
||||
# Install Yarn repository and key
|
||||
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
|
||||
apt-get update
|
||||
|
||||
# Install yarn
|
||||
apt-get install -y --no-install-recommends yarn
|
||||
|
||||
invoke_tests "Node" "Node.js"
|
||||
|
||||
Reference in New Issue
Block a user