Skip to content

Commit b95f111

Browse files
committed
chore: fix pnpm requirements in CONTRIBUTING.md
use pnpm other than 9.x will report an error. ref commit: silverhand-io/essentials@2171b96
1 parent 11ed1d2 commit b95f111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ We use the monorepo approach for development. Since pnpm supports monorepo natur
6565
You'll need these installed to proceed:
6666

6767
- [Node.js](https://nodejs.org/) `^18.12.0`
68-
- [pnpm](https://pnpm.io/) `^7.0`
68+
- [pnpm](https://pnpm.io/) `^9.0`
6969
- A [Postgres](https://postgresql.org/) `^14.0` instance
7070

7171
### Clone and install dependencies

0 commit comments

Comments
 (0)