Commit 5348fb2
authored
fix(x2a): resolve isolated-vm to v6 for Node 24 CI (#2871)
Add yarn resolution for isolated-vm ^6.0.1 so build succeeds on Node 24.
Transitive dependency from @backstage/plugin-scaffolder-backend 3.0.2 still
declares isolated-vm ^5 but this version fails to compile against
current headers (C++20 required).
Signed-off-by: Marek Libra <marek.libra@gmail.com>1 parent 7ec25e1 commit 5348fb2
2 files changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24116 | 24116 | | |
24117 | 24117 | | |
24118 | 24118 | | |
24119 | | - | |
24120 | | - | |
24121 | | - | |
| 24119 | + | |
| 24120 | + | |
| 24121 | + | |
24122 | 24122 | | |
24123 | 24123 | | |
24124 | | - | |
24125 | | - | |
| 24124 | + | |
| 24125 | + | |
24126 | 24126 | | |
24127 | 24127 | | |
24128 | 24128 | | |
| |||
29785 | 29785 | | |
29786 | 29786 | | |
29787 | 29787 | | |
29788 | | - | |
| 29788 | + | |
29789 | 29789 | | |
29790 | 29790 | | |
29791 | 29791 | | |
| |||
0 commit comments