aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ee438be4a..793b64285 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -68,7 +68,7 @@ Currently, these are the combinations of system dependencies that work for MacOS
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.15.0", 70 "node": "16.15.0",
71 "npm": "8.7.0", 71 "npm": "8.10.0",
72 "pnpm": "7.1.2" 72 "pnpm": "7.1.2"
73} 73}
74``` 74```