Skip to content

Commit

Permalink
Update java version
Browse files Browse the repository at this point in the history
  • Loading branch information
levibuzolic committed Apr 4, 2024
1 parent 9fd6b32 commit 03934bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
node-version: '18'

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

- uses: c-hive/gha-yarn-cache@v1
- name: Yarn
run: cd ExampleProject && yarn install
Expand Down

0 comments on commit 03934bd

Please sign in to comment.