Skip to content

Commit

Permalink
add JDK setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
kitakkun committed Jul 6, 2024
1 parent 35e9706 commit 4cfaac2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'

- name: Set up node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 4cfaac2

Please sign in to comment.