Commit e8312ac
committed
fix: replace Set.difference() with manual loop for Node.js 20 compat
Set.prototype.difference() requires Node.js 22+; CI runs Node.js 20.1 parent e7a96bb commit e8312ac
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
| 330 | + | |
330 | 331 | | |
331 | 332 | | |
332 | 333 | | |
| |||
0 commit comments