Skip to content

Commit

Permalink
Use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Mar 2, 2024
1 parent c02f4d5 commit 89303c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
with:
node-version: 20

- name: Set up Java
uses: actions/setup-java@v2
with:
java-version: 17
distribution: zulu

- name: Install dependencies
run: npm install

Expand All @@ -34,5 +40,6 @@ jobs:
npx cap add android
npm run build
npx cap sync
echo "android.enableJetifier=true" >> ./android/gradle.properties
npx cap build android

0 comments on commit 89303c7

Please sign in to comment.