aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-17 14:57:39 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-17 12:31:24 +0000
commit7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba (patch)
tree17e315e1138941b1189c15921acdaf54e24933d6 /CONTRIBUTING.md
parent6.7.1-nightly.19 [skip ci] (diff)
downloadferdium-app-7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba.tar.gz
ferdium-app-7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba.tar.zst
ferdium-app-7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba.zip
upgrade node to 20.11.1 and other minor versions for pkgs
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 15143dc58..deee1b60d 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.11.0", 65 "node": "20.11.1",
66 "pnpm": "8.14.1" 66 "pnpm": "8.15.3"
67} 67}
68``` 68```
69 69