We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473f5d8 commit 0b5b37fCopy full SHA for 0b5b37f
.ci/.azure-pipelines-steps.yml
@@ -1,12 +1,13 @@
1
steps:
2
+- script: npm i -g npm@$(npm_version)
3
+ displayName: Use non-broken npm version $(npm_version)
4
+ condition: ne(variables['npm_version'], '')
5
+
6
- task: NodeTool@0
7
inputs:
8
versionSpec: '$(node_version)'
9
displayName: Use Node $(node_version)
10
-- script: npm install -g npm@6.4.1
- displayName: Revert npm to 6.4.1 (known working)
-
11
- script: npm install
12
displayName: npm install
13
.ci/.azure-pipelines.yml
@@ -26,8 +26,10 @@ jobs:
26
matrix:
27
Node_v10:
28
node_version: 10
29
+ npm_version: 6.4.1
30
Node_v8:
31
node_version: 8
32
33
Node_v6:
34
node_version: 6
35
0 commit comments