diff --git a/Jenkinsfile b/Jenkinsfile index f99ed45..5e1e2a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { stages { stage ('Build') { steps { - nodejs(nodeJSInstallationName: 'node 10', configId: 'npm-global-config') { catchError { + nodejs(nodeJSInstallationName: 'node 15', configId: 'npm-global-config') { catchError { ansiColor('xterm') { sh ''' rm -rfv dist*