data-umbrella / event-board-web

Event Board: front-end code
https://events.dataumbrella.org
GNU Affero General Public License v3.0
10 stars 13 forks source link

Use node version matching production. #408

Closed jtorreggiani closed 1 year ago

jtorreggiani commented 1 year ago

PR Overview

Updating the .nvmrc file to include a version of node that matches what is used in production.

Type of contribution

Reference: Issue or Pull Request (PR)

Description of Changes

We want to make sure we are using the same node version that is used in production. This will help avoid BAD_ENGINE errors.

Before and After for UI Updates

N/A

For PR Reviewer