openseattle / convictionvacation

Automating conviction vacation in King County
http://openseattle.org/convictionvacation/
MIT License
12 stars 12 forks source link

Add .nvmrc to use node 10 #58

Closed lherman-cs closed 4 years ago

lherman-cs commented 4 years ago

Resolves https://github.com/openseattle/convictionvacation/issues/53

Create a new file, .nvmrc, in the root project. This allows a single source of truth for which node version that we're using in the project. Node 10 is because that's the version we're using in the workflow.

Pull request recommendations:

Thanks for contributing!