alphagov / learningtime-hh-sem1-gov-location-service

Early talent assigned learning time, Semester 1 project for Harley Harris
1 stars 1 forks source link

Add .nvmrc file which specifies Node 18 (LTS) #22

Open harley-harris opened 1 year ago

harley-harris commented 1 year ago

What?

To add an .nvmrc file which specifies which version of Node the project runs in

Why?

This is important so that other developers can see the repository and know which version of Node it was built with. Adding an .nvmrc file provides more metadata about the project

Acceptance Criteria?

Added a an .nvmrc file with 18.16.0 specified

harley-harris commented 1 year ago

Ran node -v > .nvmrc to generate the file