Problem
Different contributors may use varying Node.js versions, which could lead to inconsistent build outputs or incompatible dependency resolutions.
Expected behavior
An .nvmrc file specifies the exact Node version (v18+) to be used, aligning with the Next.js dashboard prerequisites.
Files to update
.nvmrc (create)
README.md
Project relevance
Removes setup friction for new contributors by instantly configuring their local node environments via NVM.
Acceptance criteria
Problem
Different contributors may use varying Node.js versions, which could lead to inconsistent build outputs or incompatible dependency resolutions.
Expected behavior
An
.nvmrcfile specifies the exact Node version (v18+) to be used, aligning with the Next.js dashboard prerequisites.Files to update
.nvmrc(create)README.mdProject relevance
Removes setup friction for new contributors by instantly configuring their local node environments via NVM.
Acceptance criteria
.nvmrcfile containsv18or18