From 5be4ee959c3bd9a95d681eb3c1fc67e0e7102cbe Mon Sep 17 00:00:00 2001 From: m1ga Date: Wed, 15 May 2024 11:08:57 +0200 Subject: [PATCH] test node 18 --- .github/workflows/android.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 6ad5acc..38cb73a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -20,10 +20,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 16.x + - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '18.x' - uses: actions/setup-java@v3 with: @@ -60,8 +60,8 @@ jobs: - run: npm i -g titanium name: Install Titanium CLI - - run: ti sdk install - name: Install SDK 12.3.0 + - run: ti sdk install 12.2.1.GA + name: Install SDK 12.2.1 - name: Set up Homebrew id: set-up-homebrew @@ -85,7 +85,7 @@ jobs: with: api-level: 29 target: playstore - script: npm run test:android -- --sdkVersion 12.3.0.GA + script: npm run test:android -- --sdkVersion 12.2.1.GA disable-animations: false # defaulting to true, the commands sent to emulator to do this sometimes run too quickly after boot and cause "adb: device offline" failures - name: Show summary of ccache configuration and statistics counters