Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b1c6650

Browse files
committed
chore(*): Add .nvmrc
If one uses nvm to manage Node.js versions, the .nvmrc file makes `nvm use` switch to the version specified in .nvmrc. There are scripts that invoke it automatically when cd'ing to directories containing .nvmrc so that you never run build commands using a wrong Node version, see: https://github.com/creationix/nvm/blob/v0.31.2/README.markdown#zsh
1 parent bdb794e commit b1c6650

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .nvmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
4
2+

0 commit comments

Comments
 (0)