speechmarkdown / speechmarkdown-js

Speech Markdown grammar, parser, and formatters for use with JavaScript.
MIT License
76 stars 16 forks source link

Limitation to Node engine below 11 #24

Closed beevelop closed 5 years ago

beevelop commented 5 years ago

The package.json limits the Node.js engine to below Node 11. This has some impact on our CI / CD pipelines as some of them are already running on Node 11 / 12. Is there any need for that limitation?

rmtuckerphx commented 5 years ago

Since this library will be used in Alexa skills hosted on AWS Lambda and that the max supported version of Lambda is Node.js 10 then I capped the version. See https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

Tell me more about how you are using this library.

rmtuckerphx commented 5 years ago

image

beevelop commented 5 years ago

Thank you for the quick response. We are using SpeechMarkdown outside of the Alexa / AWS ecosystem and use it to enhance usability when writing SSML. The generated SSML is piped to different SpeechSynthesis engines like Polly, MS TTS, Watson, etc.