Commit 5c42da3
Fix Node 22.21.0 V8 code cache crash in CI
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 <[email protected]>1 parent 8bc1048 commit 5c42da3
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
128 | 136 | | |
129 | 137 | | |
130 | 138 | | |
| |||
0 commit comments