contributing.md: install node v10 instead of v8

pull/54/head
Nathanaël Jourdane 5 years ago
parent 9c8c8dc0c2
commit 51498a3fe6

@ -19,7 +19,7 @@ You need node.js and npm.
To install them on Debian-based systems:
```bash
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
echo -e "nodejs version:\t$(nodejs -v) \nnpm version:\t$(npm -v)"
# check that you have node.js and npm.

Loading…
Cancel
Save