okta / okta-oidc-middleware

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

Support node 18 (current LTS) #59

Closed mbyrne00 closed 1 year ago

mbyrne00 commented 1 year ago

Describe the bug?

The engines for this lib does not allow for the current (at time of raising) LTS version of node. See https://github.com/okta/okta-oidc-middleware/blob/357c1f23701703f44a73ec5d19476e29a583f4cf/package.json#L37

What is expected to happen?

Would hope lib should always support current LTS. Update engines with node 18 support. Verify all works as expected.

What is the actual behavior?

image

Reproduction Steps?

Install node 18, then npm i

SDK Versions

@okta/oidc-middleware 5.0.0

Execution Environment

Any environment

Additional Information?

No response

denysoblohin-okta commented 1 year ago

Thanks for opening this issue. Internal ref: OKTA-574451

jaredperreault-okta commented 1 year ago

@mbyrne00 Node 18 support was just added with the 5.0.1 release

mbyrne00 commented 1 year ago

Great! Thanks for the quick turnaround.