mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +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)
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue