summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-06-30 10:19:18 +0200
committerOskar Nyberg <oskar@mullvad.net>2021-06-30 10:19:18 +0200
commita2407dfa8c3ee799869b2f79224eae58a0151212 (patch)
treed0314b0c9614b3ee9228d9ff3fda0f9a70b3136f
parent6e31904973d7547f5e01977ef2bb15882076cbac (diff)
downloadmullvadvpn-a2407dfa8c3ee799869b2f79224eae58a0151212.tar.xz
mullvadvpn-a2407dfa8c3ee799869b2f79224eae58a0151212.zip
Update Node.js version requirement in readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fdacbb9a5a..6d8da167ba 100644
--- a/README.md
+++ b/README.md
@@ -262,7 +262,7 @@ storePassword = keystore-password
1. *This can be skipped for Android builds*.
- Get the latest version 12 release of Node.js and the latest version of npm. After installing
+ Get the latest version 14 release of Node.js and the latest version of npm. After installing
Node.js the latest version of npm can be installed by running:
```
npm install -g npm
@@ -273,7 +273,7 @@ storePassword = keystore-password
```
#### Linux
- Just download and unpack the `node-v12.xxxx.tar.xz` tarball and add its `bin` directory to your
+ Just download and unpack the `node-v14.xxxx.tar.xz` tarball and add its `bin` directory to your
`PATH`.
#### Windows