diff options
author | 2022-05-03 11:34:08 -0400 | |
---|---|---|
committer | 2022-05-03 11:34:08 -0400 | |
commit | 59f07e8dd5736037162f7c839f5701f42e69f10c (patch) | |
tree | 34cb3729a4ab337d8089f3c8f8508105035761ff | |
parent | 6ca2128aee6645338c8075db9a9120dc848cf953 (diff) | |
download | astro-59f07e8dd5736037162f7c839f5701f42e69f10c.tar.gz astro-59f07e8dd5736037162f7c839f5701f42e69f10c.tar.zst astro-59f07e8dd5736037162f7c839f5701f42e69f10c.zip |
update pnpm version from 6.23.6 to 7 (#3267)
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3ca07d1e..9ff3bae3a 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 ``` |