matrix-org / matrix-js-sdk

Matrix Client-Server SDK for JavaScript
Apache License 2.0
1.49k stars 577 forks source link

Bump node.js requirement to 20. #4293

Open richvdh opened 3 days ago

richvdh commented 3 days ago

According to https://github.com/matrix-org/matrix-js-sdk?tab=readme-ov-file#supported-platforms, we only support the latest LTS release (which is currenly 20, per https://github.com/nodejs/release#release-schedule), so this should be safe.

t3chguy commented 8 hours ago

@richvdh looks like this will need downstream changes first, as that CI still runs under Node 18