Merge pull request #2266 from Bilb/fix-node-version-building

fix node version in building.md to 16.13.0
pull/2270/head
Audric Ackermann 3 years ago committed by GitHub
commit ccdf33e8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,7 @@ base64 -i certificate.p12 -o encoded.txt
### Node version
You will need node `10.19.0`.
You will need node `16.13.0`.
This can be done by using [nvm](https://github.com/nvm-sh/nvm) and running `nvm use` or you can install it manually.
Once nvm is installed, just run `nvm install` to install the version from the `.nvmrc` file and then `nvm use` to use it.

Loading…
Cancel
Save