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
Node 22.21.0 has a V8 bug that causes crashes when accessing cached bytecode:
"Fatal error in , line 0 # unreachable code"
This happens during GitHub Actions setup-node with yarn caching enabled.
Fix: Add NODE_OPTIONS=--no-compilation-cache to disable V8 code caching.
Reference: nodejs/node#56010
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments