Skip to content

Commit

Permalink
fix(ci): Update java to v17
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Dec 7, 2023
1 parent c97cf5d commit 4bfcdb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- name: Set up npm ${{ matrix.npm-version }}
run: npm i -g npm@"${{ matrix.npm-version }}"

- uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: '17'

- name: Cache node modules
uses: actions/cache@v1
env:
Expand Down

0 comments on commit 4bfcdb4

Please sign in to comment.