aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-20 16:01:41 -0500
committerLibravatar GitHub <noreply@github.com>2022-04-20 21:01:41 +0000
commit210dfe6b91cc917641b8650266a6388134c27221 (patch)
tree90b19483baf2c5e3e9c20be7d6c3e7c04d6e65d2 /CONTRIBUTING.md
parentUpgrade GH Actions libs (diff)
downloadferdium-app-210dfe6b91cc917641b8650266a6388134c27221.tar.gz
ferdium-app-210dfe6b91cc917641b8650266a6388134c27221.tar.zst
ferdium-app-210dfe6b91cc917641b8650266a6388134c27221.zip
Upgrade 'node' to '18.0.0' and 'node-gyp' to '9.0.0' (#19)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index aaa9404af..e3cf72f42 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -60,11 +60,13 @@ Currently, these are the combinations of system dependencies that work for MacOS
60 60
61```bash 61```bash
62node -v 62node -v
63v16.14.2 63v18.0.0
64npm -v 64npm -v
658.7.0 658.7.0
66pnpm -v 66pnpm -v
676.32.8 676.32.8
68python -v
693.10.4
68``` 70```
69 71
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). 72_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).