From c86914cda27205e42a91741a0cdcf8822097c053 Mon Sep 17 00:00:00 2001 From: KarishmaGhiya Date: Mon, 20 May 2019 14:20:26 -0700 Subject: [PATCH] updating npm version to 6.9 (#2986) * Install latest npm version 6.9 --- .azure-pipelines/client.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.azure-pipelines/client.yml b/.azure-pipelines/client.yml index dd2864cde397..ea67fbd6eb96 100644 --- a/.azure-pipelines/client.yml +++ b/.azure-pipelines/client.yml @@ -22,6 +22,10 @@ jobs: versionSpec: '$(NodeVersion)' displayName: 'Install Node.js $(NodeVersion)' + - script: | + npm install -g npm@6.9.0 + displayName: 'Install npm version 6.9.0' + - script: | node common/scripts/install-run-rush.js install displayName: 'Install dependencies'