nschum / homebridge-twinkly

37 stars 10 forks source link

Node requirement for ?. #24

Open ageorgios opened 2 years ago

ageorgios commented 2 years ago

Can you change the code so as to be compatible with older node versions? It is difficult to upgrade node on many systems. why need node14 for such a small code use?

nschum commented 2 years ago

I'm not really a JavaScript developer. I don't keep track of which language features are supported by which node version and have no test setup to verify my code works with older versions.

So the node requirement isn't for that small code use, but to prevent repeated breakage in the future.

If you have any suggestions, I'm happy to hear them.

bwp91 commented 2 years ago

homebridge verified plugin requires your code to be compatible with node 12…