chore: use node 20 for .nvmrc (#27970)

This commit is contained in:
Rhys Arkins 2024-03-17 11:56:59 +01:00 committed by GitHub
parent 28e0123a3e
commit a5167f50c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
.nvmrc
View file

@ -1 +1 @@
18.19.1 20.11.1

View file

@ -15,14 +15,14 @@ You need the following dependencies for local development:
- pnpm `^8.6.11` (use corepack) - pnpm `^8.6.11` (use corepack)
- C++ compiler - C++ compiler
We support Node.js versions according to the [Node.js release schedule](https://github.com/nodejs/Release#release-schedule). We recommend you use the version of Node.js defined in the repository's `.nvmrc`.
#### Linux #### Linux
You can use the following commands on Ubuntu. You can use the following commands on Ubuntu.
```sh ```sh
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get update sudo apt-get update
sudo apt-get install -y git build-essential nodejs sudo apt-get install -y git build-essential nodejs
corepack enable corepack enable