Skip to content

Commit

Permalink
updating npm version to 6.9 (#2986)
Browse files Browse the repository at this point in the history
* Install latest npm version 6.9
  • Loading branch information
KarishmaGhiya authored May 20, 2019
1 parent dd5ad7e commit c86914c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
versionSpec: '$(NodeVersion)'
displayName: 'Install Node.js $(NodeVersion)'

- script: |
npm install -g [email protected]
displayName: 'Install npm version 6.9.0'
- script: |
node common/scripts/install-run-rush.js install
displayName: 'Install dependencies'
Expand Down

0 comments on commit c86914c

Please sign in to comment.