Closed brickfungus closed 3 weeks ago
It seems like the updates to the Eslint dependencies has caused an issue in the pipeline.
Okay I'll take a look at that. I did try structuredClone at one point
@christian-bromann why is it testing on node v16 when the package.json file has "engines": { "node": ">=18 || >=20 || >=22" }
why is it testing on node v16 when the package.json file has
"engines": { "node": ">=18 || >=20 || >=22" }
I recognised that the other day, we have to bump the Node.js versions here.
I changed the workflow file to drop 16 and add 22. Didn't think wdio supported node 16 anymore, anyways, but if you want to do something different, let me know
Hey brickfungus 👋
Thank you for your contribution to WebdriverIO! Your pull request has been marked as an "Expensable" contribution.
We've sent you an email with further instructions on how to claim your expenses from our development fund. Please make sure to check your spam folder as well. If you have any questions, feel free to reach out to us at expense@webdriver.io or in the contributing channel on Discord.
We are looking forward to more contributions from you in the future 🙌
Have a nice day, The WebdriverIO Team 🤖
Fixes https://github.com/webdriverio/expect-webdriverio/issues/1679