Skip to content

Commit

Permalink
Update to Java 17 in GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbarnett91 committed Nov 16, 2023
1 parent f5ff016 commit 60c2c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 17

- name: Set up Node
uses: actions/setup-node@v1
Expand Down

0 comments on commit 60c2c56

Please sign in to comment.