Add .node-version file (#10820)

This a small QOL change. Essentially if you have a tool like `fnm` on your machine for using multiple versions of Node.js, they will look for files like this one and automatically switch your terminal session node version to the value in it. 

The `vercel/front` repo uses this too
This commit is contained in:
Ethan Arrowood
2023-11-15 13:12:05 -07:00
committed by GitHub
parent 7bc8b65d13
commit 142aa55a5d
2 changed files with 2 additions and 0 deletions

1
.node_version Normal file
View File

@@ -0,0 +1 @@
v16.20.2

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
16.20.2