[wip]: upgrade node version to 20#898
Conversation
c5d6519 to
a2ea509
Compare
| }, | ||
| "engines": { | ||
| "node": ">=18.12" | ||
| "node": ">=20.19" |
There was a problem hiding this comment.
Does it need to be this version? 20.9 was the first LTS release:
https://nodejs.org/en/blog/release/v20.9.0#notable-changes
https://github.com/CrowdStrike/monorepo-next/blob/v13.0.0/package.json#L59
There was a problem hiding this comment.
webdriverio needs min 20.19
There was a problem hiding this comment.
Maybe it might make sense to work on a WIP branch with node update + webdriverio first? That way we don’t have to use their restrictive node version if it doesn't work?
There was a problem hiding this comment.
I will use this branch for WIP
There was a problem hiding this comment.
initial push generated lot of errors, like you said webdriverio upgrade needs work
kellyselden
left a comment
There was a problem hiding this comment.
Do you mind updating the node version in the README as well? It is pretty out of date.
No description provided.