[2.x] Update CI node version to 24#8853
Conversation
|
Hey @limzykenneth! Here, Chrome is present on the runner but WebDriverIO fails to establish a ChromeDriver session within the timeout. No ChromeDriver process ever starts, which is why Vitest times out waiting for the browser session. - name: Install ChromeDriver
run: npx wdio install chromedriverThis would ensure ChromeDriver is present and executable before Vitest tries to connect to it, regardless of whether WebDriverIO's auto-download works in that environment. Additionally, |
|
Thanks @Vaivaswat2244! I can replicate this locally and it seems to be something flaky, I'll look into it here and might switch to playwright instead |
|
Nevermind this for now. I plan to do a more complete dependencies updates for 2.x soon and it's more streamlined to do it all then. |
|
Sure! Please lmk if you need any help around this. Thanks! |
Changes:
All CI now runs Node.js 24 where needed, this should have LTS for quite awhile yet