Skip to content

Commit

Permalink
Use nodejs '12.18.3' in jenkins job
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob committed Aug 20, 2020
1 parent 417f4c6 commit 3bcdbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3bcdbad

Please sign in to comment.