Skip to content

Commit

Permalink
ci: Use java 17 in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Moule committed Jul 11, 2024
1 parent 2c923c5 commit 9fbfda3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/google-play.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
- name: Install npm dependencies
run: |
yarn
Expand Down

0 comments on commit 9fbfda3

Please sign in to comment.