mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
chore: use node 20 for .nvmrc (#27970)
This commit is contained in:
parent
28e0123a3e
commit
a5167f50c1
2 changed files with 3 additions and 3 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
18.19.1
|
20.11.1
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue