aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-01-29 07:01:46 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2023-01-29 07:01:46 +0530
commitd85b84e2408413376149259fe767fce94d7d52f3 (patch)
tree3cb3d4eb256efbcb0971eac29d54f97baa6eb31e /CONTRIBUTING.md
parentUpgrade 'nodejs' to '18.13.0', 'pnpm' to '7.25.1' and the recipes submodule (diff)
downloadferdium-server-d85b84e2408413376149259fe767fce94d7d52f3.tar.gz
ferdium-server-d85b84e2408413376149259fe767fce94d7d52f3.tar.zst
ferdium-server-d85b84e2408413376149259fe767fce94d7d52f3.zip
Upgrade 'pnpm' to '7.26.1'
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 99abe81..2be4646 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -50,7 +50,7 @@ Currently, these are the combinations of system dependencies that work for MacOS
50$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 50$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
51{ 51{
52 "node": "18.13.0", 52 "node": "18.13.0",
53 "pnpm": "7.25.1", 53 "pnpm": "7.26.1",
54 "python": "3.11.1" 54 "python": "3.11.1"
55} 55}
56``` 56```