matrix-org / matrix-appservice-discord

A bridge between Matrix and Discord.
Apache License 2.0
804 stars 152 forks source link

Drop support for Node 12, default to Node 16 #811

Closed Half-Shot closed 2 years ago

Half-Shot commented 2 years ago

Like our other matrix.org bridges, we are dropping support for Node 12. Node 12 is out of support, and should not be used https://nodejs.org/en/about/releases/

Node 18 is new and fresh, and we should support it.

Node 16 will become our new default as the current latest LTS.