[jenkins] install node-version mentioned in the source

This commit is contained in:
spalger
2016-05-03 09:10:21 -07:00
parent ed65122cc8
commit 569280ea4b

View File

@ -61,7 +61,7 @@ function install_node {
}
get_lock
install_node "$NODE_V"
install_node "$(cat ./.node-version)"
npm install
release_lock