mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
chore: fix pnpm requirements in CONTRIBUTING.md (#7134)
use pnpm other than 9.x will report an error.
ref commit:
2171b962a9
This commit is contained in:
parent
a7891e0ffa
commit
5003166e51
1 changed files with 1 additions and 1 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -65,7 +65,7 @@ We use the monorepo approach for development. Since pnpm supports monorepo natur
|
|||
You'll need these installed to proceed:
|
||||
|
||||
- [Node.js](https://nodejs.org/) `^18.12.0`
|
||||
- [pnpm](https://pnpm.io/) `^7.0`
|
||||
- [pnpm](https://pnpm.io/) `^9.0`
|
||||
- A [Postgres](https://postgresql.org/) `^14.0` instance
|
||||
|
||||
### Clone and install dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue