use node 6.9.5

This commit is contained in:
Joe Green 2017-08-11 14:33:57 +01:00 committed by GitHub
parent 266fbd0e6d
commit 094f3b0168

View file

@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'node:4.2.1'
image 'node:6.9.5'
args "-v /var/lib/jenkins/.npm:/tmp/.npm"
}
}