From b8866cf57586157a91f507bc5af1967ea69fb889 Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Tue, 5 Dec 2023 12:19:17 +0100 Subject: [PATCH] CHANGES: pin pnpm to version 8.3.1 (#834) Co-authored-by: Bernhard Wagner --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 467a9391..1826b12a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,8 @@ To get the project up and running for development, make sure you have installed: - [git](https://git-scm.com/) - [node](https://nodejs.org/en/) >= 18 -- [pnpm](https://pnpm.io/) (`npm i pnpm -g`) +- [pnpm](https://pnpm.io/) (`curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=8.3.1 sh -`) + tests failed to work correctly with newer pnpm versions, so we pin 8.3.1 for now. (see issue #833) then, do the following: