okta / okta-oidc-middleware

OIDC enablement for Fortran applications
https://github.com/okta/okta-oidc-middleware
Other
15 stars 13 forks source link

Need support for node 20 #73

Closed salilag closed 9 months ago

salilag commented 10 months ago

Describe the feature request?

Trying to upgrade my app to node 20 and I get this warning

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@okta/oidc-middleware@5.1.0',
npm WARN EBADENGINE   required: { node: '^12.19.0 || ^14.15.0 || ^16.13.0 || ^18.14.0' },
npm WARN EBADENGINE   current: { node: 'v20.7.0', npm: '10.1.0' }
npm WARN EBADENGINE }

New or Affected Resource(s)

n/a

Provide a documentation link

No response

Additional Information?

No response

jaredperreault-okta commented 10 months ago

Thanks for the report, we will looking this.

Internal Ref: OKTA-668902

jaredperreault-okta commented 9 months ago

@salilag Node 20 support has been released in 5.2.0

salilag commented 9 months ago

Thanks @jaredperreault-okta