aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-09-26 07:38:28 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-09-26 02:44:55 +0000
commit42aa19dd00cf4c48250f621f443fb701c52088b4 (patch)
tree6725d2485d07d1c765e2877d394a355c5dac83bf /CONTRIBUTING.md
parent6.5.0-nightly.18 [skip ci] (diff)
downloadferdium-app-42aa19dd00cf4c48250f621f443fb701c52088b4.tar.gz
ferdium-app-42aa19dd00cf4c48250f621f443fb701c52088b4.tar.zst
ferdium-app-42aa19dd00cf4c48250f621f443fb701c52088b4.zip
Upgrade 'node' to '18.18.0' and 'pnpm' to '8.7.6'
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 341fb3eb4..8a6268274 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": "18.15.0", 65 "node": "18.18.0",
66 "pnpm": "8.7.1" 66 "pnpm": "8.7.6"
67} 67}
68``` 68```
69 69