CircleCI was configured to use Node v7, which is not LTS and was
end of life almost 2 years ago. Some deps were complaining about
this and causing CI to fail.
This commit updates CircleCI config to use Node 10.15.1, the
current LTS release. This will have maintainence until Oct 2020
CircleCI was configured to use Node v7, which is not LTS and was end of life almost 2 years ago. Some deps were complaining about this and causing CI to fail.
This commit updates CircleCI config to use Node 10.15.1, the current LTS release. This will have maintainence until Oct 2020
Fixes #88