diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..93d866f3 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v18.20.5 diff --git a/README.md b/README.md index e42952a6..041ef63f 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ ## Setup +> This repository uses [NVM](https://github.com/nvm-sh/nvm) to manage Node version. See [current version](.nvmrc). + ```bash yarn ```