aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2022-01-02 12:24:40 +0100
committerLibravatar kytwb <kytwb@pm.me>2022-01-02 12:24:40 +0100
commit4c8a2c1842551b64f557b2bc957cddcbdf2e11de (patch)
tree2782d662eb55b88af3cec46c58a4fb7fcb9798b4 /CONTRIBUTING.md
parent5.6.7 (diff)
downloadferdium-app-4c8a2c1842551b64f557b2bc957cddcbdf2e11de.tar.gz
ferdium-app-4c8a2c1842551b64f557b2bc957cddcbdf2e11de.tar.zst
ferdium-app-4c8a2c1842551b64f557b2bc957cddcbdf2e11de.zip
Revert "Revert "Upgrade system dependencies (node, npm, pnpm, node-gyp) (#2336)""
This reverts commit 712c2a4c237248b63d6553f557806d5dcce797f1. # Conflicts: # .github/workflows/builds.yml
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).