CHANGES: pin pnpm to version 8.3.1 (#834)

Co-authored-by: Bernhard Wagner <gitcommit@nosuch.biz>
This commit is contained in:
Bernhard Wagner 2023-12-05 12:19:17 +01:00 committed by GitHub
parent 2ce8576ab2
commit b8866cf575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: