netlify/open-api

Add support for Node 13

jpalumickas opened this issue · 3 comments

Hey!

Current version of @netlify/open-api supports only Node v12 and we get this error:

@netlify/open-api@0.13.0: The engine "node" is incompatible with this module. Expected version "12". Got "13.8.0"

Hi @jpalumickas,

Thanks for reporting this! You are right, this is incorrect. I've opened the following PR to fix it: #220.

This has now been fixed in 0.13.1.

Thank you!! 🎉