Skip to content

Commit 46578c1

Browse files
licanhuamsftbot[bot]
authored and
msftbot[bot]
committed
Use node10 (microsoft#3627)
* Update windows-vs-pr.yml for Azure Pipelines * update verify job and E2Etest job
1 parent 411543b commit 46578c1

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.ado/templates/e2e-test-job.yml

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
submodules: false # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules
2424
persistCredentials: false # set to 'true' to leave the OAuth token in the Git config after the initial fetch
2525

26+
- task: UseNode@1
27+
inputs:
28+
version: '10.x'
29+
2630
- task: PowerShell@2
2731
displayName: "Remove WebDriverIO Workaround"
2832
inputs:

.ado/windows-vs-pr.yml

+16
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
clean: false
6666
submodules: false
6767

68+
- task: UseNode@1
69+
inputs:
70+
version: '10.x'
71+
6872
- template: templates/build-rnw.yml
6973
parameters:
7074
useRnFork: $(UseRNFork)
@@ -186,6 +190,10 @@ jobs:
186190
clean: false
187191
submodules: false
188192

193+
- task: UseNode@1
194+
inputs:
195+
version: '10.x'
196+
189197
- task: VisualStudioTestPlatformInstaller@1
190198
inputs:
191199
testPlatformVersion: 16.3.0
@@ -312,6 +320,10 @@ jobs:
312320
pool:
313321
vmImage: $(VmImage)
314322
steps:
323+
- task: UseNode@1
324+
inputs:
325+
version: '10.x'
326+
315327
- template: templates/react-native-init.yml
316328
parameters:
317329
version: 0.60.6
@@ -396,6 +408,10 @@ jobs:
396408
submodules: recursive # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules
397409
persistCredentials: false # set to 'true' to leave the OAuth token in the Git config after the initial fetch
398410

411+
- task: UseNode@1
412+
inputs:
413+
version: '10.x'
414+
399415
- task: PowerShell@2
400416
displayName: Download Winium
401417
inputs:

0 commit comments

Comments
 (0)