We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec7c11 commit e7bf92dCopy full SHA for e7bf92d
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Use JDK
19
uses: actions/setup-java@v1
20
with:
21
- java-version: 1.8
+ java-version: 17
22
- name: install and build
23
run: |
24
npm install
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
25
26
27
- name: Install and Build
28
29
0 commit comments