fix(ci): restore pnpm cache now that lockfile is on main #23

Merged
ghost merged 1 commits from fix/ci-restore-pnpm-cache into main 2026-03-17 19:03:17 +00:00
ghost commented 2026-03-17 19:01:58 +00:00 (Migrated from github.com)

Summary

  • Re-enables cache: pnpm on actions/setup-node steps
  • Lockfile (pnpm-lock.yaml) landed on main via PR #15, so caching works now
  • Speeds up CI by caching pnpm store between runs

Test plan

  • CI passes on this PR (pnpm cache hit/miss is visible in setup-node logs)
## Summary - Re-enables `cache: pnpm` on `actions/setup-node` steps - Lockfile (`pnpm-lock.yaml`) landed on main via PR #15, so caching works now - Speeds up CI by caching pnpm store between runs ## Test plan - [ ] CI passes on this PR (pnpm cache hit/miss is visible in setup-node logs)
This repo is archived. You cannot comment on pull requests.