Commit a85a87b
fix(desktop-e2e): add ts-node dependency for wdio worker (#2129)
The @wdio/local-runner worker.js conditionally uses ts-node for ESM
support via NODE_OPTIONS. Without ts-node installed, the worker fails
with 'Cannot find package ts-node' error in CI.
This fixes the desktop-e2e-linux CI job failure.
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent 762d163 commit a85a87b
2 files changed
+94
-242
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
0 commit comments