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 3636 pool :
3737 vmImage : ubuntu-16.04
3838 strategy :
39- maxParallel : 5
39+ maxParallel : 6
4040 matrix :
41+ node-13 :
42+ node_version : ^13.0.0
43+ webpack_version : latest
4144 node-12 :
4245 node_version : ^12.0.0
4346 webpack_version : latest
5053 node-6 :
5154 node_version : ^6.9.0
5255 webpack_version : latest
53- node-8 -canary :
54- node_version : ^8.9 .0
56+ node-10 -canary :
57+ node_version : ^10.13 .0
5558 webpack_version : next
56- continue_on_error : true
5759 steps :
5860 - task : NodeTool@0
5961 inputs :
9395 strategy :
9496 maxParallel : 5
9597 matrix :
98+ node-13 :
99+ node_version : ^13.0.0
100+ webpack_version : latest
96101 node-12 :
97102 node_version : ^12.0.0
98103 webpack_version : latest
@@ -105,10 +110,9 @@ jobs:
105110 node-6 :
106111 node_version : ^6.9.0
107112 webpack_version : latest
108- node-8 -canary :
109- node_version : ^8.9 .0
113+ node-10 -canary :
114+ node_version : ^10.13 .0
110115 webpack_version : next
111- continue_on_error : true
112116 steps :
113117 - task : NodeTool@0
114118 inputs :
@@ -148,6 +152,9 @@ jobs:
148152 strategy :
149153 maxParallel : 5
150154 matrix :
155+ node-13 :
156+ node_version : ^13.0.0
157+ webpack_version : latest
151158 node-12 :
152159 node_version : ^12.0.0
153160 webpack_version : latest
@@ -160,10 +167,9 @@ jobs:
160167 node-6 :
161168 node_version : ^6.9.0
162169 webpack_version : latest
163- node-8 -canary :
164- node_version : ^8.9 .0
170+ node-10 -canary :
171+ node_version : ^10.13 .0
165172 webpack_version : next
166- continue_on_error : true
167173 steps :
168174 - script : ' git config --global core.autocrlf input'
169175 displayName : ' Config git core.autocrlf'
You can’t perform that action at this time.
0 commit comments