chore: update jdk to 21

This commit is contained in:
2025-08-19 15:56:55 +08:00
parent c0a11b1838
commit 9dd06773d0

View File

@@ -26,10 +26,10 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 18
- name: Prepare Java 17 - name: Prepare Java 21
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: 17 java-version: 21
java-package: jdk java-package: jdk
distribution: 'temurin' distribution: 'temurin'
cache: 'gradle' cache: 'gradle'