[jenkins] install node-version mentioned in the source
This commit is contained in:
@ -61,7 +61,7 @@ function install_node {
|
||||
}
|
||||
|
||||
get_lock
|
||||
install_node "$NODE_V"
|
||||
install_node "$(cat ./.node-version)"
|
||||
npm install
|
||||
release_lock
|
||||
|
||||
|
||||
Reference in New Issue
Block a user