File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -343,10 +343,10 @@ jobs:
343
343
if [[ "${{ job.status }}" != "success" ]]; then
344
344
exit 1
345
345
fi
346
- - name : Set up Node (16 )
346
+ - name : Set up Node (18 )
347
347
uses : actions/setup-node@v3
348
348
with :
349
- node-version : 16 .x
349
+ node-version : 18 .x
350
350
- name : Setup Firestore Emulator
351
351
uses : nick-invision/retry@v2
352
352
with :
Original file line number Diff line number Diff line change @@ -762,10 +762,10 @@ jobs:
762
762
timeout_minutes : 15
763
763
max_attempts : 3
764
764
command : scripts/gha/install_test_workflow_prereqs.sh -p Desktop -t true -a '${{ matrix.arch }}' -s '${{ matrix.ssl_variant }}'
765
- - name : Set up Node (16 )
765
+ - name : Set up Node (18 )
766
766
uses : actions/setup-node@v3
767
767
with :
768
- node-version : 16 .x
768
+ node-version : 18 .x
769
769
- name : Setup Firestore Emulator
770
770
uses : nick-invision/retry@v2
771
771
with :
@@ -1155,10 +1155,10 @@ jobs:
1155
1155
run : |
1156
1156
echo "device_type=$( python scripts/gha/print_matrix_configuration.py -k ${{ matrix.ios_device }} -get_device_type)" >> $GITHUB_OUTPUT
1157
1157
echo "device=$( python scripts/gha/print_matrix_configuration.py -k ${{ matrix.ios_device }} -get_ftl_device_list)" >> $GITHUB_OUTPUT
1158
- - name : Set up Node (16 )
1158
+ - name : Set up Node (18 )
1159
1159
uses : actions/setup-node@v3
1160
1160
with :
1161
- node-version : 16 .x
1161
+ node-version : 18 .x
1162
1162
- name : Setup java for Firestore emulator
1163
1163
uses : actions/setup-java@v3
1164
1164
with :
You can’t perform that action at this time.
0 commit comments