diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 2c980bc..4d8737f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: corepack prepare pnpm@10 --activate - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install --frozen-lockfile --store-dir=/var/cache/pnpm-store - name: Verify Vercel credentials run: |