Skip to content

Commit 9dd0677

Browse files
committed
chore: update jdk to 21
1 parent c0a11b1 commit 9dd0677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version: 18
29-
- name: Prepare Java 17
29+
- name: Prepare Java 21
3030
uses: actions/setup-java@v4
3131
with:
32-
java-version: 17
32+
java-version: 21
3333
java-package: jdk
3434
distribution: 'temurin'
3535
cache: 'gradle'

0 commit comments

Comments
 (0)