From 41d91328585c689fe36745359f028f3315718e10 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 30 Apr 2026 15:04:47 +0200 Subject: [PATCH] optimize pnpm store --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |