From c6be453da0d93529231ec95ac85196294fc0ef08 Mon Sep 17 00:00:00 2001 From: Suraj Shrestha Date: Mon, 19 Sep 2022 00:12:59 -0400 Subject: [PATCH] detox gh action fix --- .github/workflows/android-detox-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-detox-test.yml b/.github/workflows/android-detox-test.yml index 34f03e1..edc6b4d 100644 --- a/.github/workflows/android-detox-test.yml +++ b/.github/workflows/android-detox-test.yml @@ -19,10 +19,10 @@ jobs: java-version: 'openjdk8' architecture: 'x64' - - name: Use Node.js 16.13.1 + - name: Use Node.js 16.17.0 uses: actions/setup-node@v3 with: - node-version: '16.13.1' + node-version: '16.17.0' - name: Download Android Emulator Image run: | @@ -32,7 +32,7 @@ jobs: - name: Yarn Install, Build, (Test) run: | - sh prepare_beta.sh + sh prepare_qa.sh yarn install --frozen-lockfile - name: Build for detox