Problem
The README.md specifies Node.js v18+, but there is no mechanism to enforce or auto-switch to this version for contributors cloning the repo.
Expected behavior
An .nvmrc file is placed in the root directory specifying v18.
Files to update
Project relevance
Prevents obscure dependency build failures caused by users accidentally running older Node.js runtimes locally.
Acceptance criteria
Problem
The
README.mdspecifies Node.js v18+, but there is no mechanism to enforce or auto-switch to this version for contributors cloning the repo.Expected behavior
An
.nvmrcfile is placed in the root directory specifyingv18.Files to update
.nvmrc(create)Project relevance
Prevents obscure dependency build failures caused by users accidentally running older Node.js runtimes locally.
Acceptance criteria
v18or18