aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-14 17:19:12 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-05-14 17:45:12 +0530
commitb9485059e58b498527daa09bc61f8e3d0f777751 (patch)
treeeb4daff59d32c1467a03f861ab5c2e3e404ac825 /CONTRIBUTING.md
parentUpgrade 'electron-builder' to '24.4.0' (diff)
downloadferdium-app-b9485059e58b498527daa09bc61f8e3d0f777751.tar.gz
ferdium-app-b9485059e58b498527daa09bc61f8e3d0f777751.tar.zst
ferdium-app-b9485059e58b498527daa09bc61f8e3d0f777751.zip
Upgrade pnpm and node versions; Upgrade npm modules
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 21c6b7db1..186cac6d1 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.16.0",
66 "pnpm": "7.30.0" 66 "pnpm": "8.5.0"
67} 67}
68``` 68```
69 69