thoughtbot / react-native-template

Template React Native project to be used with Cookiecutter
MIT License
61 stars 8 forks source link

Specify node version in circle.yml #38

Closed tjmw closed 5 years ago

tjmw commented 6 years ago

Previously, builds were failing, even a re-build of previously passing master. The output from bin/test included the following warning which looked like a possible root cause:

warning You are using Node "4.2.6" which is not supported and may encounter bugs or unexpected behavior. Yarn supports the following semver range: "^4.8.0 || ^5.7.0 || ^6.2.2 || ^8.0.0"

Sure enough, specifying a recent node version in circle.yml gets the build back to green.

purinkle commented 5 years ago

Specify node version in circle.yml