print node version

This commit is contained in:
Eric Vergnaud 2017-02-19 12:32:10 +08:00
parent 5827c15183
commit 414533e6ac
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328
sudo apt-get update -qq
curl -sL https://deb.nodesource.com/setup_0.12 | sudo -E bash -
sudo apt-get install -qq nodejs
node --version