Skip to content
Snippets Groups Projects
Unverified Commit a5167f50 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

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

parent 28e0123a
No related branches found
No related tags found
No related merge requests found
18.19.1 20.11.1
...@@ -15,14 +15,14 @@ You need the following dependencies for local development: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment