aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-01-11 19:23:26 +0530
committerLibravatar GitHub <noreply@github.com>2023-01-11 13:53:26 +0000
commit1094208183d64d42229ddb165425887900b77b1e (patch)
tree1528a7da01d8da405bcdee355f1edb4998c66813 /CONTRIBUTING.md
parentUpgrade `electron` to `v22.0.1` (#799) (diff)
downloadferdium-app-1094208183d64d42229ddb165425887900b77b1e.tar.gz
ferdium-app-1094208183d64d42229ddb165425887900b77b1e.tar.zst
ferdium-app-1094208183d64d42229ddb165425887900b77b1e.zip
Upgrade 'nodejs' to the latest LTS '18.13.0' (#858)
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 aef56fd2e..f743999a4 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.19.0", 65 "node": "18.13.0",
66 "pnpm": "7.19.0" 66 "pnpm": "7.21.0"
67} 67}
68``` 68```
69 69