From 26631b6ff6c8b4058214d367304aeabe5164c93c Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Thu, 20 Jul 2023 00:07:58 +0900 Subject: [PATCH] docs: update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b810dd5949..60cfd00380 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ If you have been assigned to fix an issue or develop a new feature, please follo - Fork this repository. - Install dependencies by running `$ pnpm install`. - - We use [pnpm](https://pnpm.io/) v7 for package management. + - We use [pnpm](https://pnpm.io/) v8 for package management. - We use [nvm](https://github.com/nvm-sh/nvm) to manage node versions - please make sure to use the version mentioned in `.nvmrc`. - Run development server using `pnpm run watch`. - Implement your changes and tests to files in the `src/` directory and corresponding test files.