aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-26 06:54:40 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-07-26 07:14:28 +0530
commit35ec1213e422d3ab71e7e60249b53cbff3f8a0da (patch)
tree2a1de5f66f39888ffb0c4c2f47d3ee59e7510b4b /CONTRIBUTING.md
parentUpgrade 'npm' to '8.14.0' (diff)
downloadferdium-app-35ec1213e422d3ab71e7e60249b53cbff3f8a0da.tar.gz
ferdium-app-35ec1213e422d3ab71e7e60249b53cbff3f8a0da.tar.zst
ferdium-app-35ec1213e422d3ab71e7e60249b53cbff3f8a0da.zip
Upgrade 'nodejs' to '16.16.0'
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 b72873fe9..b3ca1b42e 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.15.1", 65 "node": "16.16.0",
66 "npm": "8.14.0", 66 "npm": "8.14.0",
67 "pnpm": "7.6.0" 67 "pnpm": "7.6.0"
68} 68}