Skip to content

Commit a85a87b

Browse files
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

File tree

2 files changed

+94
-242
lines changed

2 files changed

+94
-242
lines changed

apps/desktop-e2e/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@wdio/local-runner": "8.40.6",
1414
"@wdio/mocha-framework": "8.40.6",
1515
"@wdio/spec-reporter": "8.40.6",
16+
"ts-node": "10.9.2",
1617
"webdriverio": "8.40.6"
1718
}
1819
}

0 commit comments

Comments
 (0)