mirror of
https://github.com/tooot-app/app
synced 2025-02-05 12:58:21 +01:00
Revert back Java version
This commit is contained in:
parent
7edbe5f798
commit
043be76a01
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
java-version: '11'
|
||||
- name: -- Step 4 -- Install node dependencies
|
||||
run: yarn install
|
||||
- name: -- Step 5 -- Install ruby dependencies
|
||||
@ -93,7 +93,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
java-version: '11'
|
||||
- name: -- Step 4 -- Use Expo action
|
||||
uses: expo/expo-github-action@v7
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user