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