Upgrade to Node 6
@@ -1 +1 @@
-4.2
+6.14.1
@@ -2,7 +2,7 @@ pipeline {
agent {
docker {
- image 'node:4.2.1'
+ image 'node:6.14.1'
args "-v /var/lib/jenkins/.npm:/tmp/.npm"
}