electrode-io / electrode-ota-server

Electrode Over The Air Server for hot deployment of React Native and Cordova mobile apps
Other
204 stars 40 forks source link

Relax node engine restriction #115

Closed friederbluemle closed 4 years ago

friederbluemle commented 4 years ago

Allow Node.js versions greater than or equal to 8.16, instead of only ^8.16.0.

Node.js 8 will reach end of life in December 2019.

The active LTS versions are Node.js 10 and Node.js 12, and the current version is Node.js 13. Unless there are strong reasons, we should not artificially restrict this project to a Node version that will soon be obsolete.