mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-06-11 15:58:38 -04:00
Add java version to github workflow
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user