diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 221e0c8..332aa9f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -22,7 +22,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: "22" - cache: "pnpm" - name: Install dependencies run: pnpm install