mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-04-14 11:36:27 +00:00
Add java version to github workflow
This commit is contained in:
parent
57d1fbfa83
commit
0adeaaa04d
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build-apk.yml
vendored
6
.github/workflows/build-apk.yml
vendored
|
|
@ -21,6 +21,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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue