summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-03-21 02:57:09 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-03-21 03:17:54 +0530
commit7b96dce613d133d830883d2f13683752e516571e (patch)
treea80f2bc8b1c397f3626a6fc041220ca4581d6ac4 /CONTRIBUTING.md
parent6.2.6-nightly.7 [skip ci] (diff)
downloadferdium-app-7b96dce613d133d830883d2f13683752e516571e.tar.gz
ferdium-app-7b96dce613d133d830883d2f13683752e516571e.tar.zst
ferdium-app-7b96dce613d133d830883d2f13683752e516571e.zip
Upgrade 'npm' to '18.15.0' and 'pnpm' to 7.30.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 8898fe1f4..21c6b7db1 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.13.0", 65 "node": "18.15.0",
66 "pnpm": "7.27.0" 66 "pnpm": "7.30.0"
67} 67}
68``` 68```
69 69