I had attempted to create an .nvmrc in another pr (#73) without realizing that it would cause build errors in Netlify. I scanned the Netlify logs for a passing build, and noticed that Node 8.17.0 is being used.
This should help "fix" a version of Node for Netlify to use (unless it's defined elsewhere), and help first-time contributors know which version of Node to use.
I had attempted to create an
.nvmrc
in another pr (#73) without realizing that it would cause build errors in Netlify. I scanned the Netlify logs for a passing build, and noticed that Node 8.17.0 is being used.This should help "fix" a version of Node for Netlify to use (unless it's defined elsewhere), and help first-time contributors know which version of Node to use.