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:
398398 name : ' firebase_unity_sdk.zip'
399399 github-token : ${{ github.token }}
400400 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
403403 with :
404- node-version : 18.x
404+ node-version : 22
405405 - name : Setup java for Firestore emulator
406406 uses : actions/setup-java@v3
407407 with :
@@ -510,11 +510,11 @@ jobs:
510510 with :
511511 path : testapps
512512 name : ${{ steps.matrix_info.outputs.artifact_path }}
513- - name : Set up Node (18 )
513+ - name : Set up Node (22 )
514514 if : ${{ matrix.test_device == 'github_runner' }}
515- uses : actions/setup-node@v3
515+ uses : actions/setup-node@v5
516516 with :
517- node-version : 18.x
517+ node-version : 22
518518 - name : Setup java for Firestore emulator
519519 if : ${{ matrix.test_device == 'github_runner' }}
520520 uses : actions/setup-java@v3
You can’t perform that action at this time.
0 commit comments