File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -398,10 +398,10 @@ jobs:
398
398
name : ' firebase_unity_sdk.zip'
399
399
github-token : ${{ github.token }}
400
400
run-id : ${{ github.event.inputs.packaged_sdk_run_id }}
401
- - name : Set up Node (18 )
402
- uses : actions/setup-node@v3
401
+ - name : Set up Node (22 )
402
+ uses : actions/setup-node@v5
403
403
with :
404
- node-version : 18.x
404
+ node-version : 22
405
405
- name : Setup java for Firestore emulator
406
406
uses : actions/setup-java@v3
407
407
with :
@@ -510,11 +510,11 @@ jobs:
510
510
with :
511
511
path : testapps
512
512
name : ${{ steps.matrix_info.outputs.artifact_path }}
513
- - name : Set up Node (18 )
513
+ - name : Set up Node (22 )
514
514
if : ${{ matrix.test_device == 'github_runner' }}
515
- uses : actions/setup-node@v3
515
+ uses : actions/setup-node@v5
516
516
with :
517
- node-version : 18.x
517
+ node-version : 22
518
518
- name : Setup java for Firestore emulator
519
519
if : ${{ matrix.test_device == 'github_runner' }}
520
520
uses : actions/setup-java@v3
You can’t perform that action at this time.
0 commit comments