Commit 29986cf
Disable yarn cache for Node 22 in all remaining CI workflows
Extended the Node 22 V8 crash workaround to all workflows that were
missing it:
- lint-js-and-ruby.yml
- pro-lint.yml
- pro-test-package-and-gem.yml
These workflows were failing with the same V8 engine crash as
pro-integration-tests.yml (fixed in previous commit). The issue is
a known bug in Node 22.21.0 when accessing yarn cache folders
(nodejs/node#56010).
All Node 22 workflows now have caching disabled to prevent the
"unreachable code" fatal error during setup.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 13b4bdf commit 29986cf
File tree
3 files changed
+8
-4
lines changed- .github/workflows
3 files changed
+8
-4
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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
| 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 | | |
| |||
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
200 | | - | |
| 201 | + | |
| 202 | + | |
201 | 203 | | |
202 | 204 | | |
203 | 205 | | |
| |||
0 commit comments