diff --git a/.nvmrc b/.nvmrc index 6f7f377..b009dfb 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16 +lts/* diff --git a/README.md b/README.md index 5dc3acd..ff02483 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ See our documentation: ### Setup -- Install [Node.js](https://nodejs.org) version 16 +- Install the current LTS version of [Node.js](https://nodejs.org) - If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you. - Install [Yarn v3](https://yarnpkg.com/getting-started/install) - Run `yarn install` to install dependencies and run any required post-install scripts