Skip to content

Commit

Permalink
docs: fix node version in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Jun 15, 2024
1 parent d6ccd93 commit 7ee22de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/community/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/community/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7ee22de

Please sign in to comment.