Skip to content

Commit

Permalink
ci: add npm revert step to azure
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 27, 2021
1 parent a98874f commit 4731d2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/.azure-pipelines-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ steps:
versionSpec: '$(node_version)'
displayName: Use Node $(node_version)

- script: npm install -g [email protected]
displayName: Revert npm to 6.4.1 (known working)

- script: npm install
displayName: npm install

Expand Down

0 comments on commit 4731d2b

Please sign in to comment.