Skip to content

Commit 6a033aa

Browse files
authored
Use Java 11
1 parent e3d4244 commit 6a033aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
cd ../demo-angular && npm run ci.tslint
3535
cd ../demo-vue && npm run ci.tslint
3636
37-
- name: Setup JDK 1.8
37+
- name: Setup JDK 11
3838
uses: actions/setup-java@v1
3939
with:
40-
java-version: 1.8
40+
java-version: 11
4141

4242
- name: Install PIP
4343
run: |

0 commit comments

Comments
 (0)