Skip to content

Commit

Permalink
CHANGES: pin pnpm to version 8.3.1 (#834)
Browse files Browse the repository at this point in the history
Co-authored-by: Bernhard Wagner <gitcommit@nosuch.biz>
  • Loading branch information
bwagner and bwagner committed Dec 5, 2023
1 parent 2ce8576 commit b8866cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b8866cf

Please sign in to comment.