From df78b3fa7a8ea9b3b68c161ba5875ba8b7b4b06e Mon Sep 17 00:00:00 2001 From: OmentaElvis Date: Thu, 8 Jan 2026 13:03:52 +0300 Subject: [PATCH] fix(ci): remove npm cache option --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68e8d10..b026a6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '24' - cache: 'pnpm' - name: Install dependencies run: pnpm install - name: Configure Git for Gitea