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
The previous fix was returning paths from 'which node' that don't actually
exist on GitHub Actions. Node.js is installed in /opt/hostedtoolcache/node/
on CI, not /usr/local/bin/.
Changes:
- Verify paths exist with existsSync before returning them
- Add GitHub Actions tool cache path to candidates
- Try 'which node' first but verify the path works
- Only return paths that pass both existsSync and --version checks
Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
0 commit comments