Skip to content

Commit 9b3b66f

Browse files
Danny McCormickShreyasRmsft
authored andcommitted
Try using npm 6.7.0 (#9823)
* Try using npm 6.7.0 * typo
1 parent 71c8f08 commit 9b3b66f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci/build-all-steps.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ steps:
1515
displayName: Start collect diagnostics
1616
condition: and(succeeded(), eq(variables.collect_diagnostics, 'true'))
1717

18-
# Use node 8, npm 5
18+
# Use node 8
1919
- task: NodeTool@0
2020
displayName: Use node 8
2121
inputs:
2222
versionSpec: "8.x"
23+
24+
25+
- script: npm i -g [email protected]
26+
displayName: Use npm version 6.7.0
2327

2428
# npm install
2529
- script: npm install

0 commit comments

Comments
 (0)