From 5d37a173830c165aa7fb2de508e7b981a6521059 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 10 Sep 2018 23:49:52 -0700 Subject: [PATCH] Install latest yarn with install script Avoids dpkg lock flakes --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b0bc32f7..a9ce66f5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,8 +13,7 @@ jobs: versionSpec: '8.x' displayName: 'Install Node.js' - script: | - curl -sLO https://github.com/yarnpkg/yarn/releases/download/v1.10.0/yarn_1.10.0_all.deb - sudo dpkg -i yarn_1.10.0_all.deb + curl -o- -L https://yarnpkg.com/install.sh | bash displayName: 'Install yarn' - script: | yarn