Skip to content

Commit 3bcdbad

Browse files
committed
Use nodejs '12.18.3' in jenkins job
Signed-off-by: Yevhen Vydolob <[email protected]>
1 parent 417f4c6 commit 3bcdbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env groovy
22

33
def installBuildRequirements(){
4-
def nodeHome = tool 'nodejs-10.9.0'
4+
def nodeHome = tool 'nodejs-12.18.3'
55
env.PATH="${env.PATH}:${nodeHome}/bin"
66
sh "npm install -g typescript"
77
sh "npm install -g vsce"

0 commit comments

Comments
 (0)