update GitHub Actions JDK to 20
This commit is contained in:
parent
e161b71d22
commit
5c8c4d7d83
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user