aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-06-01 06:20:30 +0530
committerLibravatar GitHub <noreply@github.com>2024-06-01 06:20:30 +0530
commit8d6a4b6f2b934be4c162a5a662b8ceb2fe803074 (patch)
tree79d6999817c01ae00a6d38ea68a76c9d43507906 /CONTRIBUTING.md
parentUpdate submodules [skip ci] (diff)
downloadferdium-app-8d6a4b6f2b934be4c162a5a662b8ceb2fe803074.tar.gz
ferdium-app-8d6a4b6f2b934be4c162a5a662b8ceb2fe803074.tar.zst
ferdium-app-8d6a4b6f2b934be4c162a5a662b8ceb2fe803074.zip
Upgrade node to latest LTS ('20.14.0') and pnpm to '8.15.8' (#1791)
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 9d575b15d..e017c2f02 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": "20.12.2", 65 "node": "20.14.0",
66 "pnpm": "8.15.7" 66 "pnpm": "8.15.8"
67} 67}
68``` 68```
69 69