matrix-react-sdk icon indicating copy to clipboard operation
matrix-react-sdk copied to clipboard

Use latest LTS Node in CI

Open robintown opened this issue 1 year ago • 1 comments

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.

robintown avatar Jun 12 '24 16:06 robintown

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

t3chguy avatar Jun 12 '24 16:06 t3chguy

https://github.com/matrix-org/matrix-react-sdk/pull/12726

robintown avatar Jul 04 '24 16:07 robintown