aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-03-31 08:37:23 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-03-31 09:45:44 +0530
commit18e153bc6d3d4e1295e29e499334cebc3dd06faf (patch)
treefd73b73d85e4bcf8020c2f35cfe86e19e732b4d9 /CONTRIBUTING.md
parentRevert "Bring in missing python (system dependency) (#1639)" (diff)
downloadferdium-app-18e153bc6d3d4e1295e29e499334cebc3dd06faf.tar.gz
ferdium-app-18e153bc6d3d4e1295e29e499334cebc3dd06faf.tar.zst
ferdium-app-18e153bc6d3d4e1295e29e499334cebc3dd06faf.zip
Upgrade node to latest LTS (20.12.0) and some other modules
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 887a72a5a..6ac0edb86 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": "20.11.1", 65 "node": "20.12.0",
66 "pnpm": "8.15.5" 66 "pnpm": "8.15.5"
67} 67}
68``` 68```