jjallaire / draftpod

Draft simulator for Magic the Gathering
https://draftpod.org
MIT License
37 stars 7 forks source link

Created .nvmrc pointing to Node 8.17.0 #75

Closed ClayBenson94 closed 3 years ago

ClayBenson94 commented 3 years ago

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.