upgrade to node 6.9.5
@@ -1 +1 @@
-4.2.1
+6.9.5
@@ -11,7 +11,7 @@ pipeline {
stage('Install') {
agent {
docker {
- image 'node:4.2.1'
+ image 'node:6.9.5'
args "-v /var/lib/jenkins/.npm:/tmp/.npm -e HOME=/tmp"
reuseNode true
}
@@ -28,7 +28,7 @@ pipeline {
stage('Compile and Test') {