Skip to content

Commit

Permalink
Use latest LTS release for development
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Gudahtt committed Oct 3, 2023
1 parent e03d033 commit d64cbea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
lts/*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d64cbea

Please sign in to comment.