Renoon-same / frontend

0 stars 0 forks source link

Enforce a fixed Node.js version through nvm #6

Closed kylepham closed 3 months ago

kylepham commented 3 months ago

Description

This PR enforces a Node.js runtime v20 for consistent development using nvm. Follow instructions to install nvm on your machine.

Before starting development, run nvm use to switch Node.js version to what is specified in .nvmrc file.

Related PRs

None.

Type of change

Screenshots/Recordings

Screenshot 2024-06-09 at 9 42 59 PM

Testing instructions

None.

Notes

None.