aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
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 d7b94de3f..5e108519f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -67,9 +67,9 @@ Currently, these are the combinations of system dependencies that work for MacOS
67# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed 67# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed
68$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 68$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
69{ 69{
70 "node": "16.14.2", 70 "node": "16.15.0",
71 "npm": "8.7.0", 71 "npm": "8.7.0",
72 "pnpm": "6.32.11" 72 "pnpm": "7.0.1"
73} 73}
74``` 74```
75 75