Skip to content

Commit 51a59b6

Browse files
committed
chore: update jdk to 21
1 parent 59d09b9 commit 51a59b6

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
@@ -29,10 +29,10 @@ jobs:
2929
uses: actions/setup-node@v4
3030
with:
3131
node-version: 18
32-
- name: Prepare Java 17
32+
- name: Prepare Java 21
3333
uses: actions/setup-java@v4
3434
with:
35-
java-version: 17
35+
java-version: 21
3636
java-package: jdk
3737
distribution: 'temurin'
3838
cache: 'gradle'

0 commit comments

Comments
 (0)