mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-05-18 11:48:29 +00:00
Update workflows to use node 20
This commit is contained in:
parent
b049b206cf
commit
ffd7fb1cf9
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build-apk.yml
vendored
4
.github/workflows/build-apk.yml
vendored
|
|
@ -16,10 +16,10 @@ jobs:
|
|||
- name: checkout sources
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: use Node.js 16.x
|
||||
- name: use Node.js 20.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 20
|
||||
|
||||
- name: Set up Java
|
||||
uses: actions/setup-java@v2
|
||||
|
|
|
|||
4
.github/workflows/deploy-apk.yml
vendored
4
.github/workflows/deploy-apk.yml
vendored
|
|
@ -15,10 +15,10 @@ jobs:
|
|||
- name: checkout sources
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: use Node.js 16.x
|
||||
- name: use Node.js 20.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 20
|
||||
|
||||
- name: Set up Java
|
||||
uses: actions/setup-java@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue