matrix-react-sdk
matrix-react-sdk copied to clipboard
Use latest LTS Node in CI
The README says we require the latest LTS version of Node, but actions/setup-node with ubuntu-latest appears to default to a version earlier than that. I'd like to make use of a feature available only since Node 20, which happens to be the latest LTS. So, let's get CI on the right version.
The LTS notice in the README is in the development, not any requirements section, for runtime realistically we only require Node 18 - we specify this currently only in js-sdk and element-desktop package.json files however
https://github.com/matrix-org/matrix-react-sdk/pull/12726