Upgrade npm on Azure Pipelines when running macOS tests

This commit is contained in:
Antonio Scandurra 2019-06-20 18:17:50 +02:00
parent 639a126eb8
commit ed75930d21

View File

@ -115,6 +115,9 @@ jobs:
versionSpec: 10.2.1
displayName: Install Node.js 10.2.1
- script: npm install --global npm@6.2.0
displayName: Update npm
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
displayName: Restore node_modules cache
inputs: