File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 23
23
submodules : false # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules
24
24
persistCredentials : false # set to 'true' to leave the OAuth token in the Git config after the initial fetch
25
25
26
+ - task : UseNode@1
27
+ inputs :
28
+ version : ' 10.x'
29
+
26
30
- task : PowerShell@2
27
31
displayName : " Remove WebDriverIO Workaround"
28
32
inputs :
Original file line number Diff line number Diff line change 65
65
clean : false
66
66
submodules : false
67
67
68
+ - task : UseNode@1
69
+ inputs :
70
+ version : ' 10.x'
71
+
68
72
- template : templates/build-rnw.yml
69
73
parameters :
70
74
useRnFork : $(UseRNFork)
@@ -186,6 +190,10 @@ jobs:
186
190
clean : false
187
191
submodules : false
188
192
193
+ - task : UseNode@1
194
+ inputs :
195
+ version : ' 10.x'
196
+
189
197
- task : VisualStudioTestPlatformInstaller@1
190
198
inputs :
191
199
testPlatformVersion : 16.3.0
@@ -312,6 +320,10 @@ jobs:
312
320
pool :
313
321
vmImage : $(VmImage)
314
322
steps :
323
+ - task : UseNode@1
324
+ inputs :
325
+ version : ' 10.x'
326
+
315
327
- template : templates/react-native-init.yml
316
328
parameters :
317
329
version : 0.60.6
@@ -396,6 +408,10 @@ jobs:
396
408
submodules : recursive # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules
397
409
persistCredentials : false # set to 'true' to leave the OAuth token in the Git config after the initial fetch
398
410
411
+ - task : UseNode@1
412
+ inputs :
413
+ version : ' 10.x'
414
+
399
415
- task : PowerShell@2
400
416
displayName : Download Winium
401
417
inputs :
You can’t perform that action at this time.
0 commit comments