Commit 8f6869b
Fix: Disable yarn caching in examples workflow to prevent V8 crash
The examples.yml workflow was experiencing Node.js V8 crashes during
yarn cache dir commands, similar to the issue fixed in commit a1c71ea.
This commit applies the same fix - disabling yarn caching until the
upstream V8 issue is resolved.
Error observed:
```
# Fatal error in , line 0
# unreachable code
```
Tracking: actions/setup-node#1028
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 9431cdc commit 8f6869b
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments