aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-12-19 03:20:50 +0530
committerLibravatar GitHub <noreply@github.com>2021-12-19 03:20:50 +0530
commitdfc9975fa409f69044fbfb028b3c48590908ec5d (patch)
tree773205ddcf9944dca764562536b620bd0a0e1618 /CONTRIBUTING.md
parentFix propType title is not required, but has no corresponding defaultProps dec... (diff)
downloadferdium-app-dfc9975fa409f69044fbfb028b3c48590908ec5d.tar.gz
ferdium-app-dfc9975fa409f69044fbfb028b3c48590908ec5d.tar.zst
ferdium-app-dfc9975fa409f69044fbfb028b3c48590908ec5d.zip
Upgrade system dependencies (node, npm, pnpm, node-gyp) (#2336)
* Upgrade the following system dependencies: 'nodejs' to '16.13.1' 'npm' to '8.1.2' 'pnpm' to '6.24.1' 'node-gyp' to '8.4.1' * Remove duplicate reference to node version for ease of maintenance
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 55c5303d7..a379f80dd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -60,11 +60,11 @@ Currently, these are the combinations of system dependencies that work for MacOS
60 60
61```bash 61```bash
62node -v 62node -v
63v16.13.0 63v16.13.1
64npm -v 64npm -v
658.1.1 658.1.2
66pnpm -v 66pnpm -v
676.23.6 676.24.1
68``` 68```
69 69
70_Note:_ You can choose any package manager to manage multiple versions of `node` and `npm`. For eg, [nvm](https://github.com/nvm-sh/nvm) or [asdf](https://github.com/asdf-vm/asdf). 70_Note:_ You can choose any package manager to manage multiple versions of `node` and `npm`. For eg, [nvm](https://github.com/nvm-sh/nvm) or [asdf](https://github.com/asdf-vm/asdf).