aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-29 18:23:02 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-05-29 19:09:31 +0530
commit730a1b08bacbfa6ca465c918c94a22fc6a35545e (patch)
tree34680966414854ef51222641d4c6c1320e3fccbe /CONTRIBUTING.md
parentAllow user to choose install location on windows (#1204) (diff)
downloadferdium-app-730a1b08bacbfa6ca465c918c94a22fc6a35545e.tar.gz
ferdium-app-730a1b08bacbfa6ca465c918c94a22fc6a35545e.tar.zst
ferdium-app-730a1b08bacbfa6ca465c918c94a22fc6a35545e.zip
Upgrade 'pnpm' to '8.6.0'
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4d32fdbb8..5a1b6f453 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -63,7 +63,7 @@ Currently, these are the combinations of system dependencies that work for MacOS
63$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 63$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
64{ 64{
65 "node": "18.15.0", 65 "node": "18.15.0",
66 "pnpm": "8.5.1" 66 "pnpm": "8.6.0"
67} 67}
68``` 68```
69 69