mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
The tests were only setting the HOME environment variable, but on Windows, Bun uses USERPROFILE to determine the home directory. This caused tests to fail on Windows CI because the HOME .npmrc file wasn't being found. This change updates all HOME directory .npmrc tests to set both HOME and USERPROFILE environment variables, ensuring cross-platform compatibility. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>