Skip to content

Commit

Permalink
update archetype to install npm version 6.9 (#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya authored May 20, 2019
1 parent c86914c commit 06c59d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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 06c59d0

Please sign in to comment.