From c50cd318cc77232fba632defd269ad506adf5191 Mon Sep 17 00:00:00 2001 From: cghislai Date: Mon, 18 Apr 2022 01:16:01 +0200 Subject: [PATCH] Update jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5e1e2a8..a294eb7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { stages { stage ('Build') { steps { - nodejs(nodeJSInstallationName: 'node 15', configId: 'npm-global-config') { catchError { + nodejs(nodeJSInstallationName: 'node 16', configId: 'npm-global-config') { catchError { ansiColor('xterm') { sh ''' rm -rfv dist*