3535 triggerLabelPrefix : " tests-requested: "
3636 triggerLabelFull : " tests-requested: full"
3737 triggerLabelQuick : " tests-requested: quick"
38- pythonVersion : ' 3.7 '
38+ pythonVersion : ' 3.8 '
3939 artifactRetentionDays : 2
4040
4141jobs :
@@ -185,7 +185,7 @@ jobs:
185185 - name : Setup python
186186 uses : actions/setup-python@v4
187187 with :
188- python-version : ' 3.7 '
188+ python-version : ' 3.8 '
189189 - name : Install python deps
190190 timeout-minutes : 10
191191 shell : bash
@@ -360,7 +360,7 @@ jobs:
360360 - name : Setup python
361361 uses : actions/setup-python@v4
362362 with :
363- python-version : ' 3.7 '
363+ python-version : ' 3.8 '
364364 - name : Install python deps
365365 timeout-minutes : 10
366366 shell : bash
@@ -387,10 +387,10 @@ jobs:
387387 name : ' firebase_unity_sdk.zip'
388388 workflow : ' build_starter.yml'
389389 run_id : ${{ github.event.inputs.packaged_sdk_run_id }}
390- - name : Set up Node (16 )
390+ - name : Set up Node (18 )
391391 uses : actions/setup-node@v3
392392 with :
393- node-version : 16 .x
393+ node-version : 18 .x
394394 - name : Setup java for Firestore emulator
395395 uses : actions/setup-java@v3
396396 with :
@@ -483,7 +483,7 @@ jobs:
483483 - name : Setup python
484484 uses : actions/setup-python@v4
485485 with :
486- python-version : ' 3.7 '
486+ python-version : ' 3.8 '
487487 - name : Install python deps
488488 timeout-minutes : 10
489489 shell : bash
@@ -493,11 +493,11 @@ jobs:
493493 with :
494494 path : testapps
495495 name : ${{ steps.matrix_info.outputs.artifact_path }}
496- - name : Set up Node (16 )
496+ - name : Set up Node (18 )
497497 if : ${{ matrix.test_device == 'github_runner' }}
498498 uses : actions/setup-node@v3
499499 with :
500- node-version : 16 .x
500+ node-version : 18 .x
501501 - name : Setup java for Firestore emulator
502502 if : ${{ matrix.test_device == 'github_runner' }}
503503 uses : actions/setup-java@v3
0 commit comments