Skip to content

Commit

Permalink
Use Java version 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Jul 21, 2024
1 parent 9e4bf66 commit 8742304
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand Down

0 comments on commit 8742304

Please sign in to comment.