Skip to content

Commit 37fc894

Browse files
committed
Updates CONTRIBUTING
1 parent 9c2aeff commit 37fc894

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,16 @@ Unsure where to begin contributing? You can start by looking through the [`help-
1616
git clone https://github.com/gitkraken/vscode-gitlens.git
1717
```
1818

19-
Prerequisites
19+
**Prerequisites**
2020

2121
- [Git](https://git-scm.com/), `>= 2.7.2`
2222
- [NodeJS](https://nodejs.org/), `>= 22.12.0`
23-
- [pnpm](https://pnpm.io/), `>= 10.x` (install using [corepack](https://nodejs.org/docs/latest-v20.x/api/corepack.html))
23+
- [Corepack](https://nodejs.org/docs/latest-v22.x/api/corepack.html), `>= 0.31.0`
24+
- [pnpm](https://pnpm.io/), `>= 10.x` (installs using corepack)
25+
26+
> 👉 **NOTE!** Corepack version
27+
>
28+
> Check your version of corepack by running `corepack -v` and ensure it is at least `0.31.0`. To update corepack, run `npm install corepack@latest`. You can enable corepack by running `corepack enable`.
2429
2530
### Dependencies
2631

0 commit comments

Comments
 (0)