Skip to content

Commit

Permalink
Add a .nvmrc file to support using the intended Node.js version
Browse files Browse the repository at this point in the history
As per https://cml.dev/doc/contributing/core, Node 16.x is the correct version to use for this repo - adding an .nvmrc file allows contributors to simply call 'nvm use' to autoselect the projects intended Node version before 'npm install'
  • Loading branch information
magdapoppins committed Nov 15, 2022
1 parent bbccaad commit bae3ddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16

0 comments on commit bae3ddd

Please sign in to comment.