Skip to content

Commit e7bf92d

Browse files
committed
upgrade java version
1 parent aec7c11 commit e7bf92d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use JDK
1919
uses: actions/setup-java@v1
2020
with:
21-
java-version: 1.8
21+
java-version: 17
2222
- name: install and build
2323
run: |
2424
npm install

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Use JDK
2424
uses: actions/setup-java@v1
2525
with:
26-
java-version: 1.8
26+
java-version: 17
2727
- name: Install and Build
2828
run: |
2929
npm install

0 commit comments

Comments
 (0)