From 4f79fbf0d2b1eadf0f1d35d0073f753add445a33 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 18 Dec 2023 10:46:24 +0800 Subject: [PATCH] ci(release): disable npm cache Closes: #1353 --- .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 eb85cdea1..59654bf93 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