Skip to content

Commit aef858e

Browse files
committed
chore: update jdk to 21
1 parent fec85cd commit aef858e

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
@@ -27,10 +27,10 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: 18
30-
- name: Prepare Java 17
30+
- name: Prepare Java 21
3131
uses: actions/setup-java@v4
3232
with:
33-
java-version: 17
33+
java-version: 21
3434
java-package: jdk
3535
distribution: 'temurin'
3636
cache: 'gradle'

0 commit comments

Comments
 (0)