summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-11-29 05:01:41 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-11-29 05:01:41 +0530
commit25943b0095d7eea4143b682285b8613239449a12 (patch)
tree848f60101ad24abafc938dcfb2378b48e97d208c /CONTRIBUTING.md
parentMoved default service settings into different struct so as to de-pollute conf... (diff)
downloadferdium-app-25943b0095d7eea4143b682285b8613239449a12.tar.gz
ferdium-app-25943b0095d7eea4143b682285b8613239449a12.tar.zst
ferdium-app-25943b0095d7eea4143b682285b8613239449a12.zip
Upgrade 'nodejs' to '16.18.1' and 'pnpm' to '7.17.1'
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 5b712c1ec..dbb248a39 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.0", 65 "node": "16.18.1",
66 "pnpm": "7.17.0" 66 "pnpm": "7.17.1"
67} 67}
68``` 68```
69 69