fix node version in building.md to 16.13.0

This commit is contained in:
Audric Ackermann 2022-04-27 12:15:53 +10:00
parent 1933bc8270
commit df743a0486
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4
1 changed files with 1 additions and 1 deletions

View File

@ -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.