Skip to content

Commit e6f784b

Browse files
committed
Use nodejs-12.13.1 in Jenkins
Signed-off-by: Fred Bricon <[email protected]>
1 parent 2802dde commit e6f784b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
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.13.1'
55
env.PATH="${env.PATH}:${nodeHome}/bin"
66
sh "npm install -g typescript"
77
sh "npm install -g vsce"

0 commit comments

Comments
 (0)