Add java version to github workflow

This commit is contained in:
advplyr 2023-09-16 08:18:13 -05:00
parent 0adeaaa04d
commit 3ede41f496

View file

@ -20,6 +20,12 @@ jobs:
with:
node-version: 16
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: 17
- name: install dependencies
run: npm ci