From 87e0c10365528bf6b328e88d2d56d7ac15c14a2a Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Wed, 15 Feb 2023 06:56:06 +0900 Subject: [PATCH] Update pnpm version from 7.5.0 to 7.9.5 (#6232) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2f72e1ef..99aae8627 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.18.0 || >=16.12.0" -pnpm: "^7.5.0" +pnpm: "^7.9.5" # otherwise, your build will fail ```