aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-19 12:08:16 +0400
committerLibravatar GitHub <noreply@github.com>2022-04-19 08:08:16 +0000
commite72bf2ccdf5622937aebcfcddce09428799b2ef1 (patch)
tree4dfa0e33d91fccd1d13a313820a4735af9a97d04 /CONTRIBUTING.md
parentUpgrade electron to '18.0.4' (diff)
downloadferdium-app-e72bf2ccdf5622937aebcfcddce09428799b2ef1.tar.gz
ferdium-app-e72bf2ccdf5622937aebcfcddce09428799b2ef1.tar.zst
ferdium-app-e72bf2ccdf5622937aebcfcddce09428799b2ef1.zip
Upgrade system dependencies (#15)
node: 16.13.1 --> 16.14.2 npm: 8.1.2 --> 8.7.0 pnpm: 6.24.1 --> 6.32.8
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 081066fee..aaa9404af 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.1 63v16.14.2
64npm -v 64npm -v
658.1.2 658.7.0
66pnpm -v 66pnpm -v
676.24.1 676.32.8
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).