Skip to content

Commit 2079b67

Browse files
committed
update CI to java 21
1 parent a2416d9 commit 2079b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# - name: Setup Java JDK
8585
# uses: actions/setup-java@v3.3.0
8686
# with:
87-
# java-version: 17
87+
# java-version: 21
8888
# distribution: temurin
8989

9090
# - uses: actions/checkout@v4
@@ -247,7 +247,7 @@ jobs:
247247
- name: Setup Java JDK
248248
uses: actions/setup-java@v3.3.0
249249
with:
250-
java-version: 17
250+
java-version: 21
251251
distribution: temurin
252252

253253
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)