From 59f07e8dd5736037162f7c839f5701f42e69f10c Mon Sep 17 00:00:00 2001 From: Kevin Zuniga Cuellar <46791833+kevinzunigacuellar@users.noreply.github.com> Date: Tue, 3 May 2022 11:34:08 -0400 Subject: [PATCH] update pnpm version from 6.23.6 to 7 (#3267) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3ca07d1e3e8..9ff3bae3a120 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ We welcome contributions of any size and skill level. As an open source project, ```shell node: "^14.15.0 || >=16.0.0" -pnpm: "^6.23.6" +pnpm: "^7.0.0" # otherwise, your build will fail ```