aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-01-13 18:47:41 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-01-13 13:30:51 +0000
commitd05c4618c0328b655a02aafe99c2d09c3d8f29fe (patch)
treeb954013f6ef6211458351c4ba240bd55d8c8eab3 /CONTRIBUTING.md
parent6.7.1-nightly.6 [skip ci] (diff)
downloadferdium-app-d05c4618c0328b655a02aafe99c2d09c3d8f29fe.tar.gz
ferdium-app-d05c4618c0328b655a02aafe99c2d09c3d8f29fe.tar.zst
ferdium-app-d05c4618c0328b655a02aafe99c2d09c3d8f29fe.zip
Upgrade node to latest LTS (20.11.0) and pnpm to latest (8.14.1)
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 97d464d5e..15143dc58 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.9.0", 65 "node": "20.11.0",
66 "pnpm": "8.10.0" 66 "pnpm": "8.14.1"
67} 67}
68``` 68```
69 69