Commit 13b4bdf
Disable yarn cache for Node 22 in Pro CI to fix V8 crash
The Pro integration tests were failing with a Node.js V8 engine crash
(unreachable code fatal error) when trying to get yarn cache folder.
This is a known bug in Node 22.21.0 (nodejs/node#56010).
The main integration-tests.yml already had this workaround, but
pro-integration-tests.yml was missing it. This change disables yarn
caching for Node 22 in all three jobs in the Pro workflow:
- build-dummy-app-webpack-test-bundles
- rspec-dummy-app-node-renderer
- dummy-app-node-renderer-e2e-tests
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 585f5f2 commit 13b4bdf
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
195 | | - | |
| 196 | + | |
| 197 | + | |
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
| |||
389 | 391 | | |
390 | 392 | | |
391 | 393 | | |
392 | | - | |
| 394 | + | |
| 395 | + | |
393 | 396 | | |
394 | 397 | | |
395 | 398 | | |
| |||
0 commit comments