diff --git a/Jenkinsfile b/Jenkinsfile index d3cdabd9..5e3bed4a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ #!/usr/bin/env groovy def installBuildRequirements(){ - def nodeHome = tool 'nodejs-10.9.0' + def nodeHome = tool 'nodejs-12.18.3' env.PATH="${env.PATH}:${nodeHome}/bin" sh "npm install -g typescript" sh "npm install -g vsce"