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
fix: correct order of PNPM and Node.js setup steps
Fix error 'Unable to locate executable file: pnpm' by:
1. Swapping the order of PNPM and Node.js setup steps
2. Installing PNPM before setting up Node.js with cache
3. Adding explicit version (8) for PNPM installation
4. Applying same fix to both unified and example workflows
This ensures PNPM is available before Node.js tries to use it for caching.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments