Skip to content

Commit

Permalink
Use java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 3, 2024
1 parent ea6fe6f commit 3bf6d40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 8.12.1
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
- name: install dependencies
run: pnpm install --frozen-lockfile

Expand Down

0 comments on commit 3bf6d40

Please sign in to comment.