Skip to content

Commit

Permalink
Update build-npm.yml
Browse files Browse the repository at this point in the history
Trying to run a build with Java 17
  • Loading branch information
vivid-esnauffer authored Dec 22, 2024
1 parent d57d5a8 commit 943f6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

- name: Set up nodejs
Expand Down

0 comments on commit 943f6b9

Please sign in to comment.