Skip to content

Commit

Permalink
Choose a support JVM version
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Feb 6, 2024
1 parent ff886c7 commit 672aa3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
id: download-java
with:
distribution: 'temurin'
java-version: 21
java-version: 17

- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'jdkfile'
java-version: 21
java-version: 17
jdkFile: ${{ steps.download-java.outputs.jdkFile }}

- name: Setup Node
Expand Down

0 comments on commit 672aa3c

Please sign in to comment.