Add support for Node 13
jpalumickas opened this issue · 3 comments
jpalumickas commented
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"
ehmicky commented
Hi @jpalumickas,
Thanks for reporting this! You are right, this is incorrect. I've opened the following PR to fix it: #220.
jpalumickas commented
Thank you!! 🎉