mirror of
https://github.com/gotson/komga.git
synced 2026-04-20 22:10:52 +02:00
ci: remove unused config
This commit is contained in:
parent
110e5a7536
commit
265b5431ee
1 changed files with 2 additions and 6 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue