aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Kishan B <kishancs46@gmail.com>2022-05-10 14:32:10 +0530
committerLibravatar GitHub <noreply@github.com>2022-05-10 09:02:10 +0000
commit4b241d87656d4c618bada0c9d41854e9f4395774 (patch)
tree0eb6d6840abc196b77af22daf78129b6ef23c595 /CONTRIBUTING.md
parentNew Crowdin updates (#127) [skip ci] (diff)
downloadferdium-app-4b241d87656d4c618bada0c9d41854e9f4395774.tar.gz
ferdium-app-4b241d87656d4c618bada0c9d41854e9f4395774.tar.zst
ferdium-app-4b241d87656d4c618bada0c9d41854e9f4395774.zip
Upgrade 'node' (16.14 -> 16.15); Upgrade 'pnpm' (6 --> 7) (#128)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
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 d7b94de3f..5e108519f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -67,9 +67,9 @@ Currently, these are the combinations of system dependencies that work for MacOS
67# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed 67# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed
68$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 68$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
69{ 69{
70 "node": "16.14.2", 70 "node": "16.15.0",
71 "npm": "8.7.0", 71 "npm": "8.7.0",
72 "pnpm": "6.32.11" 72 "pnpm": "7.0.1"
73} 73}
74``` 74```
75 75