diff --git a/Jenkinsfile b/Jenkinsfile index 7f4089a..06dd550 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { stages { stage('Build') { steps { - sh 'npm install -g npm@latest' + sh 'sudo npm install -g npm@latest' sh 'npm install' } }