Skip to content

Commit

Permalink
chore: use node 20 for .nvmrc (#27970)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Mar 17, 2024
1 parent 28e0123 commit a5167f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
18.19.1
20.11.1
4 changes: 2 additions & 2 deletions docs/development/local-development.md
Expand Up @@ -15,14 +15,14 @@ You need the following dependencies for local development:
- pnpm `^8.6.11` (use corepack)
- 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

You can use the following commands on Ubuntu.

```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 install -y git build-essential nodejs
corepack enable
Expand Down

0 comments on commit a5167f5

Please sign in to comment.