ci: pnpm store cache #648

Merged
jason.woltje merged 1 commits from ci/pnpm-cache into main 2026-03-01 23:26:52 +00:00
Showing only changes of commit fcfac28978 - Show all commits

View File

@@ -32,6 +32,7 @@ variables:
- &node_image "node:24-alpine"
- &install_deps |
corepack enable
pnpm config set store-dir /root/.local/share/pnpm/store
pnpm install --frozen-lockfile
- &use_deps |
corepack enable