From fa0d64a548e2a96c06fbd11aaf185b7a3bdd8286 Mon Sep 17 00:00:00 2001 From: eddinos Date: Sun, 16 Aug 2026 01:02:30 +0200 Subject: [PATCH] docs: align CONTRIBUTING pnpm version with packageManager pin CONTRIBUTING still asked for pnpm 8.15.7+, but the lockfile is v9 and package.json pins pnpm@10.7.1. Point newcomers at the pinned version so install does not fail on lockfileVersion. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f6a4aa8d..70b39698 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -35,7 +35,7 @@ First of all, thank you for your interest in contributing to GitMCP! We apprecia Before you start working on GitMCP, make sure you have the following installed: - [Node.js](https://nodejs.org/) (version 18 or higher recommended) -- [pnpm](https://pnpm.io/) (version 8.15.7 or higher) +- [pnpm](https://pnpm.io/) (version 10.7.1 or compatible (see `packageManager` in package.json)) - Git ### Setting Up Your Development Environment