mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 16:42:24 +01:00
ci(release): re-enable npm cache
This commit is contained in:
parent
de0e8541ba
commit
d65ee39d7e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
# cache: 'npm'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: komga-webui/package-lock.json
|
||||
|
||||
- uses: actions/setup-java@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue