aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-04-16 12:25:10 +0000
committerLibravatar GitHub <noreply@github.com>2024-04-16 17:55:10 +0530
commit34189650ee140bdea2025afa680099cfe2db4079 (patch)
tree4822abd955bb4e67f3f10dc3d7e53633185eb3d4 /CONTRIBUTING.md
parentchore: upgrade `@electron/notarize` to v2 (#1687) (diff)
downloadferdium-app-34189650ee140bdea2025afa680099cfe2db4079.tar.gz
ferdium-app-34189650ee140bdea2025afa680099cfe2db4079.tar.zst
ferdium-app-34189650ee140bdea2025afa680099cfe2db4079.zip
Upgrade node and pnpm (#1690)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6ac0edb86..9d575b15d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -62,8 +62,8 @@ Currently, these are the combinations of system dependencies that work for MacOS
62# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed 62# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed
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": "20.12.0", 65 "node": "20.12.2",
66 "pnpm": "8.15.5" 66 "pnpm": "8.15.7"
67} 67}
68``` 68```
69 69