Merge pull request #5573 from exoego/docs/5572_node-version-contributing-md

docs: fix node version in CONTRIBUTING.md
This commit is contained in:
Nikolay Rozhkov
2024-06-19 18:25:38 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ The following commands must be sufficient enough to start with:
```bash
curl -fsSL https://get.pnpm.io/install.sh | sh -
pnpm env use --global 18
pnpm env use --global 20
```
You may also need to reload `.shrc` or `.bashrc` afterwards.

View File

@@ -52,7 +52,7 @@ The following commands must be sufficient enough to start with:
```bash
curl -fsSL https://get.pnpm.io/install.sh | sh -
pnpm env use --global 18
pnpm env use --global 20
```
You may also need to reload `.shrc` or `.bashrc` afterwards.