aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 57863ae55..794d3cb79 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -18,7 +18,6 @@
18 - [Debian/Ubuntu](#debianubuntu) 18 - [Debian/Ubuntu](#debianubuntu)
19 - [Fedora](#fedora) 19 - [Fedora](#fedora)
20 - [Windows](#windows) 20 - [Windows](#windows)
21 - [node-gyp](#node-gyp)
22 - [Clone repository with submodule](#clone-repository-with-submodule) 21 - [Clone repository with submodule](#clone-repository-with-submodule)
23 - [Local caching of dependencies](#local-caching-of-dependencies) 22 - [Local caching of dependencies](#local-caching-of-dependencies)
24 - [Install dependencies](#install-dependencies) 23 - [Install dependencies](#install-dependencies)
@@ -60,9 +59,9 @@ Currently, these are the combinations of system dependencies that work for MacOS
60 59
61```bash 60```bash
62node -v 61node -v
63v14.18.1 62v16.13.0
64npm -v 63npm -v
656.14.13 648.1.1
66pnpm -v 65pnpm -v
676.19.0 666.19.0
68``` 67```