File tree Expand file tree Collapse file tree 3 files changed +1837
-1390
lines changed Expand file tree Collapse file tree 3 files changed +1837
-1390
lines changed Original file line number Diff line number Diff line change 36
36
pool :
37
37
vmImage : ubuntu-16.04
38
38
strategy :
39
- maxParallel : 5
39
+ maxParallel : 6
40
40
matrix :
41
+ node-13 :
42
+ node_version : ^13.0.0
43
+ webpack_version : latest
41
44
node-12 :
42
45
node_version : ^12.0.0
43
46
webpack_version : latest
50
53
node-6 :
51
54
node_version : ^6.9.0
52
55
webpack_version : latest
53
- node-8 -canary :
54
- node_version : ^8.9 .0
56
+ node-10 -canary :
57
+ node_version : ^10.13 .0
55
58
webpack_version : next
56
- continue_on_error : true
57
59
steps :
58
60
- task : NodeTool@0
59
61
inputs :
93
95
strategy :
94
96
maxParallel : 5
95
97
matrix :
98
+ node-13 :
99
+ node_version : ^13.0.0
100
+ webpack_version : latest
96
101
node-12 :
97
102
node_version : ^12.0.0
98
103
webpack_version : latest
@@ -105,10 +110,9 @@ jobs:
105
110
node-6 :
106
111
node_version : ^6.9.0
107
112
webpack_version : latest
108
- node-8 -canary :
109
- node_version : ^8.9 .0
113
+ node-10 -canary :
114
+ node_version : ^10.13 .0
110
115
webpack_version : next
111
- continue_on_error : true
112
116
steps :
113
117
- task : NodeTool@0
114
118
inputs :
@@ -148,6 +152,9 @@ jobs:
148
152
strategy :
149
153
maxParallel : 5
150
154
matrix :
155
+ node-13 :
156
+ node_version : ^13.0.0
157
+ webpack_version : latest
151
158
node-12 :
152
159
node_version : ^12.0.0
153
160
webpack_version : latest
@@ -160,10 +167,9 @@ jobs:
160
167
node-6 :
161
168
node_version : ^6.9.0
162
169
webpack_version : latest
163
- node-8 -canary :
164
- node_version : ^8.9 .0
170
+ node-10 -canary :
171
+ node_version : ^10.13 .0
165
172
webpack_version : next
166
- continue_on_error : true
167
173
steps :
168
174
- script : ' git config --global core.autocrlf input'
169
175
displayName : ' Config git core.autocrlf'
You can’t perform that action at this time.
0 commit comments