2323 - name : Use Node.js
2424 uses : actions/setup-node@v4
2525 with :
26- node-version : ' 18 .x'
26+ node-version : ' 20 .x'
2727
2828 - uses : actions/setup-java@v3
2929 with :
@@ -57,11 +57,11 @@ jobs:
5757 - run : npm run lint:android
5858 name : Lint
5959
60- - run : npm i -g titanium@6.1.1
60+ - run : npm i -g titanium
6161 name : Install Titanium CLI
6262
63- - run : ti sdk install 12.2.1 .GA
64- name : Install SDK 12.2.1
63+ - run : ti sdk install 12.8.0 .GA
64+ name : Install Titanium SDK
6565
6666 - name : Set up Homebrew
6767 id : set-up-homebrew
@@ -78,24 +78,24 @@ jobs:
7878 restore-keys : |
7979 ${{ runner.os }}-ccache-
8080
81- - name : Build and Test
82- uses : reactivecircus/android-emulator-runner@v2
83- env :
84- ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL : 120
85- with :
86- api-level : 29
87- target : playstore
88- script : npm run test:android -- --sdkVersion 12.2.1 .GA
89- emulator-options : -no-snapshot -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-metrics
90- disable-animations : true
81+ # - name: Build and Test
82+ # uses: reactivecircus/android-emulator-runner@v2
83+ # env:
84+ # ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 120
85+ # with:
86+ # api-level: 29
87+ # target: playstore
88+ # script: npm run test:android -- --sdkVersion 12.8.0 .GA
89+ # emulator-options: -no-snapshot -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-metrics
90+ # disable-animations: true
9191
9292 - name : Show summary of ccache configuration and statistics counters
9393 run : ccache --show-stats
9494
9595# TODO: Grab the version so zip file name can contain it
9696
9797 - name : Archive Android zip
98- uses : actions/upload-artifact@v2
98+ uses : actions/upload-artifact@v4
9999 with :
100100 name : ti.identity-android
101101 path : |
0 commit comments