diff --git a/BUILDING.md b/BUILDING.md index 309e70483..a3f13486f 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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.