ErikWittern / openapi-snippet

Generates code snippets for given Swagger / Open API documents
MIT License
115 stars 66 forks source link

Be able to use Node >v20 with openapi-snippet #99

Open noghartt opened 7 months ago

noghartt commented 7 months ago

I'm using the openapi-snippet in a project, but I have some issue related to use the Node v20.11.0, doing some debug, it seems related to the version used by this library, where still using the v2.0.0

httpsnippet already update itself to supports Node v20 in the v3.0.1

image