We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417f4c6 commit 3bcdbadCopy full SHA for 3bcdbad
Jenkinsfile
@@ -1,7 +1,7 @@
1
#!/usr/bin/env groovy
2
3
def installBuildRequirements(){
4
- def nodeHome = tool 'nodejs-10.9.0'
+ def nodeHome = tool 'nodejs-12.18.3'
5
env.PATH="${env.PATH}:${nodeHome}/bin"
6
sh "npm install -g typescript"
7
sh "npm install -g vsce"
0 commit comments