docs: fix node version in CONTRIBUTING.md

This commit is contained in:
exoego
2024-06-16 07:29:35 +09:00
parent d6ccd93cf2
commit 7ee22de5e2
2 changed files with 2 additions and 2 deletions

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.