Skip to content

Commit

Permalink
ci(release): re-enable npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Dec 18, 2023
1 parent de0e854 commit d65ee39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d65ee39

Please sign in to comment.