summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Shinya Fujino <shf0811@gmail.com> 2023-02-15 06:56:06 +0900
committerGravatar GitHub <noreply@github.com> 2023-02-14 15:56:06 -0600
commit87e0c10365528bf6b328e88d2d56d7ac15c14a2a (patch)
tree2586c608fd59c12a50799733ddf678ff1188c801
parent16cb5bc6a16bd0be9b4f6e83527c78579c963663 (diff)
downloadastro-87e0c10365528bf6b328e88d2d56d7ac15c14a2a.tar.gz
astro-87e0c10365528bf6b328e88d2d56d7ac15c14a2a.tar.zst
astro-87e0c10365528bf6b328e88d2d56d7ac15c14a2a.zip
Update pnpm version from 7.5.0 to 7.9.5 (#6232)
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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
```