summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-24 08:44:11 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-24 08:44:11 +0530
commit21582fd02be6ba8081abe206b4cf951848d39c48 (patch)
tree9fc1de1eef1fc460daa431974c488273e0d6b026 /CONTRIBUTING.md
parentBump up ferdium to 6.2.4-nightly.0 (diff)
downloadferdium-app-21582fd02be6ba8081abe206b4cf951848d39c48.tar.gz
ferdium-app-21582fd02be6ba8081abe206b4cf951848d39c48.tar.zst
ferdium-app-21582fd02be6ba8081abe206b4cf951848d39c48.zip
Upgrade 'nodejs' to '16.19.0' and 'pnpm' to '7.19.0'
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 a8f1e71c7..aef56fd2e 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": "16.18.1", 65 "node": "16.19.0",
66 "pnpm": "7.18.2" 66 "pnpm": "7.19.0"
67} 67}
68``` 68```
69 69