File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -354,10 +354,10 @@ jobs:
354
354
if [[ "${{ job.status }}" != "success" ]]; then
355
355
exit 1
356
356
fi
357
- - name : Set up Node (14 )
357
+ - name : Set up Node (16 )
358
358
uses : actions/setup-node@v2
359
359
with :
360
- node-version : 14 .x
360
+ node-version : 16 .x
361
361
- name : Setup Firestore Emulator
362
362
uses : nick-invision/retry@v2
363
363
with :
Original file line number Diff line number Diff line change @@ -734,10 +734,10 @@ jobs:
734
734
timeout_minutes : 15
735
735
max_attempts : 3
736
736
command : scripts/gha/install_test_workflow_prereqs.sh -p Desktop -t true -a '${{ matrix.arch }}' -s '${{ matrix.ssl_variant }}'
737
- - name : Set up Node (14 )
737
+ - name : Set up Node (16 )
738
738
uses : actions/setup-node@v2
739
739
with :
740
- node-version : 14 .x
740
+ node-version : 16 .x
741
741
- name : Setup Firestore Emulator
742
742
uses : nick-invision/retry@v2
743
743
with :
@@ -991,10 +991,10 @@ jobs:
991
991
- id : get-device-type
992
992
run : |
993
993
echo "::set-output name=device_type::$( python scripts/gha/print_matrix_configuration.py -d -k ${{ matrix.android_device }} )"
994
- - name : Set up Node (14 )
994
+ - name : Set up Node (16 )
995
995
uses : actions/setup-node@v2
996
996
with :
997
- node-version : 14 .x
997
+ node-version : 16 .x
998
998
- name : Setup java 17 for Firestore emulator
999
999
uses : actions/setup-java@v3
1000
1000
with :
@@ -1133,10 +1133,10 @@ jobs:
1133
1133
- id : get-device-type
1134
1134
run : |
1135
1135
echo "::set-output name=device_type::$( python scripts/gha/print_matrix_configuration.py -d -k ${{ matrix.ios_device }} )"
1136
- - name : Set up Node (14 )
1136
+ - name : Set up Node (16 )
1137
1137
uses : actions/setup-node@v2
1138
1138
with :
1139
- node-version : 14 .x
1139
+ node-version : 16 .x
1140
1140
- name : Setup java for Firestore emulator
1141
1141
uses : actions/setup-java@v3
1142
1142
with :
You can’t perform that action at this time.
0 commit comments