cordis-lib / cordis

Modular, micro-service based Discord API wrapper written in TS.
https://cordis.js.org
Other
29 stars 1 forks source link

feat: node 16 support #97

Closed axisiscool closed 3 years ago

axisiscool commented 3 years ago

Please describe the changes this PR makes and why it should be merged:

Adds node.js v16 support for @cordis/gateway and @cordis/gateway-service, closing #79.

This PR only brings support up to 16.6.1 due to a nan issue with building the module over this version.

Status and versioning classification:

axisiscool commented 3 years ago

On top of the engine thingy, could you also please bump the node version in the GitHub workflows? They're on 14 right now because of gateway deps not building.

Sure thing! Will do in a second.