Skip to content

Commit

Permalink
detox gh action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syuraj committed Sep 19, 2022
1 parent 535646f commit c6be453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-detox-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit c6be453

Please sign in to comment.