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 (12 )
357
+ - name : Set up Node (14 )
358
358
uses : actions/setup-node@v2
359
359
with :
360
- node-version : 12 .x
360
+ node-version : 14 .x
361
361
- name : Setup Firestore Emulator
362
362
run : |
363
363
npm install -g firebase-tools
Original file line number Diff line number Diff line change @@ -877,10 +877,10 @@ jobs:
877
877
max_attempts : 3
878
878
command : python scripts/gha/install_prereqs_desktop.py --gha_build --running_only --arch '${{ matrix.arch }}' --ssl '${{ matrix.ssl_variant }}'
879
879
880
- - name : Set up Node (12 )
880
+ - name : Set up Node (14 )
881
881
uses : actions/setup-node@v2
882
882
with :
883
- node-version : 12 .x
883
+ node-version : 14 .x
884
884
- name : Setup Firestore Emulator
885
885
run : |
886
886
npm install -g firebase-tools
@@ -1131,10 +1131,10 @@ jobs:
1131
1131
- id : get-device-type
1132
1132
run : |
1133
1133
echo "::set-output name=device_type::$( python scripts/gha/print_matrix_configuration.py -d -k ${{ matrix.android_device }} )"
1134
- - name : Set up Node (12 )
1134
+ - name : Set up Node (14 )
1135
1135
uses : actions/setup-node@v2
1136
1136
with :
1137
- node-version : 12 .x
1137
+ node-version : 14 .x
1138
1138
- name : Setup Firestore Emulator
1139
1139
if : steps.get-device-type.outputs.device_type == 'virtual' && contains(needs.check_and_prepare.outputs.apis, 'firestore')
1140
1140
run : |
@@ -1236,10 +1236,10 @@ jobs:
1236
1236
- id : get-device-type
1237
1237
run : |
1238
1238
echo "::set-output name=device_type::$( python scripts/gha/print_matrix_configuration.py -d -k ${{ matrix.ios_device }} )"
1239
- - name : Set up Node (12 )
1239
+ - name : Set up Node (14 )
1240
1240
uses : actions/setup-node@v2
1241
1241
with :
1242
- node-version : 12 .x
1242
+ node-version : 14 .x
1243
1243
- name : Setup Firestore Emulator
1244
1244
if : steps.get-device-type.outputs.device_type == 'virtual' && contains(needs.check_and_prepare.outputs.apis, 'firestore')
1245
1245
run : |
You can’t perform that action at this time.
0 commit comments