panva / openid-client

OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
MIT License
1.83k stars 392 forks source link

chore: support Node 17 #485

Closed JalilArfaoui closed 2 years ago

JalilArfaoui commented 2 years ago

closes #484

panva commented 2 years ago

As per https://github.com/panva/node-openid-client#install

Node.js LTS releases Codename Erbium (starting with ^12.19.0) and newer LTS releases are supported. This means ^12.19.0 (Erbium), ^14.15.0 (Fermium), and ^16.13.0 (Gallium). Future LTS releases will be added to this list as they're released.

The next to be entering active LTS status will be Node.js 18 (Codename Hydrogen) in October 2022 as per the release schedule.