Closed mblarsen closed 5 years ago
To lock down the major node version. I think it's always wise to lock down the major, because stuff can automatically break according to semver (unless node has some additional guarantees). I'll bump the version to 10 which is a good LTS now.
Any reason why the package.json locks the node version to 8.x.x? Could we change it to ">=8.x.x"?