aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-01-28 04:55:49 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2023-01-28 04:55:49 +0530
commit68e85c3e2678efcdb1127d400fbe01e1ce3b2265 (patch)
treefbe82e7f68b51135a6817c19655772cdbfde417b /CONTRIBUTING.md
parentMerge branch 'develop' into 'release' and bump version to 6.2.3 (diff)
parent6.2.4-nightly.12 [skip ci] (diff)
downloadferdium-app-68e85c3e2678efcdb1127d400fbe01e1ce3b2265.tar.gz
ferdium-app-68e85c3e2678efcdb1127d400fbe01e1ce3b2265.tar.zst
ferdium-app-68e85c3e2678efcdb1127d400fbe01e1ce3b2265.zip
Merge branch 'develop' into release: Bump version to '6.2.4'v6.2.4
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 a8f1e71c7..c65475044 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": "16.18.1", 65 "node": "18.13.0",
66 "pnpm": "7.18.2" 66 "pnpm": "7.25.1"
67} 67}
68``` 68```
69 69