You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: migrate GitHub Actions workflow from yarn to pnpm
- Changed package manager detection from yarn.lock to pnpm-lock.yaml
- Added pnpm/action-setup@v4 step with pnpm v9
- Updated cache keys to use pnpm-lock.yaml instead of yarn.lock
- Maintains npm as fallback if pnpm-lock.yaml is not found
0 commit comments