update GitHub Actions JDK to 20

This commit is contained in:
Daniel Micay 2023-04-10 01:33:27 -04:00
parent e161b71d22
commit 5c8c4d7d83
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: npm
- name: Set up JDK 19
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 19
java-version: 20
cache: gradle
- run: npm ci --ignore-scripts