aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-20 07:55:13 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-20 07:55:46 +0530
commit2a406fd3f67cfdaacfa21d58ec1cb3c4a91f84a1 (patch)
tree41281456f632fe06ea0a1c380893dc9b127b9128 /CONTRIBUTING.md
parent6.0.0-nightly.68 [skip ci] (diff)
downloadferdium-app-2a406fd3f67cfdaacfa21d58ec1cb3c4a91f84a1.tar.gz
ferdium-app-2a406fd3f67cfdaacfa21d58ec1cb3c4a91f84a1.tar.zst
ferdium-app-2a406fd3f67cfdaacfa21d58ec1cb3c4a91f84a1.zip
Upgrade 'node' to '16.15.1' and 'pnpm' to '7.3.0'
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 00e28ecec..0c53a5024 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -63,9 +63,9 @@ Currently, these are the combinations of system dependencies that work for MacOS
63# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed 63# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed
64$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 64$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
65{ 65{
66 "node": "16.15.0", 66 "node": "16.15.1",
67 "npm": "8.10.0", 67 "npm": "8.12.2",
68 "pnpm": "7.2.1" 68 "pnpm": "7.3.0"
69} 69}
70``` 70```
71 71