Closed friederbluemle closed 4 years ago
Allow Node.js versions greater than or equal to 8.16, instead of only ^8.16.0.
8.16
^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.
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.