adrianbrs / nest-oidc-provider

oidc-provider module for Nest framework (node.js)
MIT License
54 stars 16 forks source link

Node v18 not allowed #19

Closed davidzwa closed 1 year ago

davidzwa commented 1 year ago

Is there an existing issue for this?

Current behavior

When installing the package I get the error "The engine "node" is incompatible with this module. Expected version "^12.19.0 || ^14.15.0 || ^16.13.0". Got "18.12.1""

Minimum reproduction code

No response

Steps to reproduce

  1. npm ci
  2. Get error

Expected behavior

Node v18 should work fine as oidc-provider supports it: https://github.com/panva/node-oidc-provider/blob/efd5344216017860fb01f015e3ae3a29273f1f89/package.json#L106

NestJS version

9.2.0

Packages versions

Node.js version

18.12.1

In which operating systems have you tested?

Other

No response

adrianbrs commented 1 year ago

Released v1.1.1. Thanks!