diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59654bf93..eb85cdea1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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