ci: remove unused config

This commit is contained in:
Gauthier Roebroeck 2023-09-13 17:47:10 +08:00
parent 110e5a7536
commit 265b5431ee

View file

@ -66,9 +66,7 @@ jobs:
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: |
package-lock.json
komga-webui/package-lock.json
cache-dependency-path: komga-webui/package-lock.json
- name: npm install
working-directory: komga-webui
run: npm install
@ -124,9 +122,7 @@ jobs:
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: |
package-lock.json
komga-webui/package-lock.json
cache-dependency-path: komga-webui/package-lock.json
- uses: actions/setup-java@v3
with:
java-version: '19'