Skip to content

Commit

Permalink
Upgrade java
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jan 28, 2024
1 parent 62a9944 commit 708a50e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/frontend-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
with:
ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17' # lts
- run: npm ci
working-directory: ./frontend
- run: npx expo prebuild
Expand Down

0 comments on commit 708a50e

Please sign in to comment.