Skip to content

Commit b6cc330

Browse files
changed java verion in workflow file
1 parent 429d1f1 commit b6cc330

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: 20.x
27+
28+
- name: Set up JDK 17
29+
uses: actions/setup-java@v3
30+
with:
31+
java-version: '17'
32+
distribution: 'temurin'
33+
34+
- name: Verify Java version
35+
run: java -version
36+
2737
- name: Cache Gradle Dependencies
2838
uses: actions/cache@v3
2939
with:

0 commit comments

Comments
 (0)