aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-10-25 22:52:20 +0530
committerLibravatar GitHub <noreply@github.com>2022-10-25 17:22:20 +0000
commit2250201c486f6c5402db44b55e3a361c14f465d5 (patch)
treea0fcf867852263bdac2beb0a0ddd59fcf8dcfd21 /CONTRIBUTING.md
parentUpgrade 'pnpm' to '7.14.0' (diff)
downloadferdium-app-2250201c486f6c5402db44b55e3a361c14f465d5.tar.gz
ferdium-app-2250201c486f6c5402db44b55e3a361c14f465d5.tar.zst
ferdium-app-2250201c486f6c5402db44b55e3a361c14f465d5.zip
Upgrade 'nodejs' to '16.18.0' (#705)
Upgrade 'npm' to '8.19.2'
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 a53f5e990..96c37d302 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.17.0", 65 "node": "16.18.0",
66 "npm": "8.19.0", 66 "npm": "8.19.2",
67 "pnpm": "7.14.0" 67 "pnpm": "7.14.0"
68} 68}
69``` 69```