readme: use nodejs 16 for the build instructions

As there are many distributions, and different nodejs out there, define nodejs version to match the CI build.
This commit is contained in:
Dedy Martadinata S 2022-11-02 14:19:31 +07:00 committed by GitHub
parent e3b1810229
commit e0c0efcb2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,8 @@ front-end.
To compile the project, you'll need:
* npm, curl: `sudo apt install curl npm`
* nodejs 16: [nodesource nodejs installation guide](https://github.com/nodesource/distributions)
* curl: `sudo apt install curl`
* Rust/Cargo: [rustup.rs](https://rustup.rs/)
Then you can compile the server (and the migration tool if you want):