From d65ee39d7ecee7320c275ada710083840d73e044 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 18 Dec 2023 11:45:50 +0800 Subject: [PATCH] ci(release): re-enable npm cache --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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