Skip to content

Commit 4731d2b

Browse files
committed
ci: add npm revert step to azure
1 parent a98874f commit 4731d2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/.azure-pipelines-steps.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ steps:
44
versionSpec: '$(node_version)'
55
displayName: Use Node $(node_version)
66

7+
- script: npm install -g [email protected]
8+
displayName: Revert npm to 6.4.1 (known working)
9+
710
- script: npm install
811
displayName: npm install
912

0 commit comments

Comments
 (0)