We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98874f commit 4731d2bCopy full SHA for 4731d2b
.ci/.azure-pipelines-steps.yml
@@ -4,6 +4,9 @@ steps:
4
versionSpec: '$(node_version)'
5
displayName: Use Node $(node_version)
6
7
+- script: npm install -g [email protected]
8
+ displayName: Revert npm to 6.4.1 (known working)
9
+
10
- script: npm install
11
displayName: npm install
12
0 commit comments