From 90b3779bed6011f749a45b492dabc8facf0f17ef Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Tue, 3 Oct 2023 20:58:26 -0230 Subject: [PATCH] Use latest LTS release for development (#222) We now use the LTS release for development rather than a fixed version. This makes it clear that we expect libraries to be updated to be compatible with the latest LTS release, and reduces the frequency of README/nvmrc updates needed. --- .nvmrc | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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