diff --git a/services/contacts/.nvmrc b/services/contacts/.nvmrc index d87edbfc10..eecf8f79bf 100644 --- a/services/contacts/.nvmrc +++ b/services/contacts/.nvmrc @@ -1 +1 @@ -4.2.1 \ No newline at end of file +6.14.1 \ No newline at end of file diff --git a/services/contacts/Jenkinsfile b/services/contacts/Jenkinsfile index e05ae21c7a..c0c9ebedeb 100644 --- a/services/contacts/Jenkinsfile +++ b/services/contacts/Jenkinsfile @@ -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" } }