mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-30 22:59:35 +02:00
Add java version to github workflow
This commit is contained in:
parent
0adeaaa04d
commit
3ede41f496
1 changed files with 6 additions and 0 deletions
6
.github/workflows/deploy-apk.yml
vendored
6
.github/workflows/deploy-apk.yml
vendored
|
@ -20,6 +20,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
|
- name: Set up Java
|
||||||
|
uses: actions/setup-java@v2
|
||||||
|
with:
|
||||||
|
distribution: "temurin"
|
||||||
|
java-version: 17
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue