josx / ra-data-feathers

A feathers rest client for react-admin
MIT License
157 stars 53 forks source link

Update Node version in CircleCI config #95

Closed nicholasnelson closed 5 years ago

nicholasnelson commented 5 years ago

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