Skip to content

Commit

Permalink
bugfix: use JDK 17 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokang00010 committed Jul 14, 2024
1 parent 6973945 commit 73b8b7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

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

- name: npm install
run: |
npm install
Expand Down

0 comments on commit 73b8b7b

Please sign in to comment.