auth0 / node-oauth2-jwt-bearer

Monorepo for libraries that protect Node APIs with OAuth2 Bearer JWTs
MIT License
95 stars 31 forks source link

Add support to node 21.7.1 #142

Closed jaderfeijo closed 7 months ago

jaderfeijo commented 7 months ago

Description

Update supported node version to include node ^21.7.1.

Testing

Checklist

frederikprijck commented 7 months ago

Thanks for the PR. Node 21 is not supposed to be used for production applications, see: https://nodejs.org/en/about/previous-releases

Production applications should only use Active LTS or Maintenance LTS releases.

Because of that, we only support Active and Maintenance LTS releases, (e.g. 18 and 20, and nog 19 and 21).

Closing, as we do not intend to support non-production versions of Node explicitly.

jaderfeijo commented 7 months ago

That makes perfect sense. I appreciate you looking into this so quickly @frederikprijck. Thank you 🙏