From a74dbda5ac91d9807b28c62daf6ff1ea1b91f09f Mon Sep 17 00:00:00 2001 From: cghislai Date: Sat, 16 Apr 2022 18:25:36 +0200 Subject: [PATCH] Bump nodejs agent --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*