alexa-js / alexa-app

A framework for Alexa (Amazon Echo) apps using Node.js
https://www.youtube.com/watch?v=pzM4jv7k7Rg
MIT License
1.03k stars 212 forks source link

Drop node versions 1-4 and add support for node 9 and 10 #355

Closed tejashah88 closed 6 years ago

tejashah88 commented 6 years ago

Since node 1 to 3 aren't used as much and with the recent announcement of node 4.x reaching end of life, I think it would make sense to not include it for future travis builds. On the other hand, we should add testing for node versions 9 and 10. What do you guys think?

tejashah88 commented 6 years ago

@alexa-js

dblock commented 6 years ago

I think adding new versions is a no brainer.

I would drop support only if it's in the way, eg. when fixing or adding something and that breaks old versions. If it costs nothing to maintain my vote is to keep it, avoid pain for users who're slower to upgrade.