ci(release): disable npm cache

Closes: #1353
This commit is contained in:
Gauthier Roebroeck 2023-12-18 10:46:24 +08:00
parent b4c05a2c71
commit 4f79fbf0d2

View File

@ -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