diff --git a/Jenkinsfile b/Jenkinsfile index 5c8cfd50..1baf1be7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { expression { params.publish_type == "ui" || params.publish_type == "all" } } steps { - nodejs(cacheLocationStrategy: workspace(), configId: '8e356590-2fee-4f1f-b0e9-5cea43299887', nodeJSInstallationName: 'nodejs202122') { + nodejs(cacheLocationStrategy: workspace(), configId: '8e356590-2fee-4f1f-b0e9-5cea43299887', nodeJSInstallationName: 'nodejs2211') { dir("$WORKSPACE/ui/dasadmin") { sh "npm install" sh "npm run build"