aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-09-08 07:22:07 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-09-08 09:14:22 +0530
commit5155a0a6c693f77ef85be3e7e946f96cb6ba1261 (patch)
tree85c8beff842e78a1a4f3bfacb1b3cc378188b834 /CONTRIBUTING.md
parent6.1.1-nightly.9 [skip ci] (diff)
downloadferdium-app-5155a0a6c693f77ef85be3e7e946f96cb6ba1261.tar.gz
ferdium-app-5155a0a6c693f77ef85be3e7e946f96cb6ba1261.tar.zst
ferdium-app-5155a0a6c693f77ef85be3e7e946f96cb6ba1261.zip
Upgrade 'nodejs' to '16.17.0'v6.1.1-nightly.9
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6a41e9225..7e03f6dcb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -62,7 +62,7 @@ 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.16.0", 65 "node": "16.17.0",
66 "npm": "8.19.0", 66 "npm": "8.19.0",
67 "pnpm": "7.6.0" 67 "pnpm": "7.6.0"
68} 68}