Skip to content

Commit d195a5b

Browse files
committed
ci: use node 12
1 parent 708bfd6 commit d195a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-jobs/functional/run_appium.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
steps:
22
- task: NodeTool@0
33
inputs:
4-
versionSpec: 10.x
5-
displayName: Install Node 10.x
4+
versionSpec: 12.x
5+
displayName: Install Node 12.x
66
- script: npm install -g appium@${APPIUM_VERSION}
77
displayName: Install appium beta
88
- script: npm install -g mjpeg-consumer

0 commit comments

Comments
 (0)