0
Fork 0
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:
Xiao Hanyu 2025-03-21 11:04:14 +08:00 committed by GitHub
parent a7891e0ffa
commit 5003166e51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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