diff --git a/services/document-updater/.nvmrc b/services/document-updater/.nvmrc index d87edbfc10..26ec038c18 100644 --- a/services/document-updater/.nvmrc +++ b/services/document-updater/.nvmrc @@ -1 +1 @@ -4.2.1 \ No newline at end of file +6.9.5 \ No newline at end of file diff --git a/services/document-updater/Jenkinsfile b/services/document-updater/Jenkinsfile index 4ffd642356..80f552dbea 100644 --- a/services/document-updater/Jenkinsfile +++ b/services/document-updater/Jenkinsfile @@ -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') { agent { docker { - image 'node:4.2.1' + image 'node:6.9.5' reuseNode true } }