Skip to content

Commit 48c9831

Browse files
committed
Use node-lts on Jenkins
Signed-off-by: Denis Golovin [email protected]
1 parent d99354c commit 48c9831

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
@@ -8,7 +8,7 @@ node('rhel8'){
88
}
99

1010
stage('Install requirements') {
11-
def nodeHome = tool 'nodejs-latest'
11+
def nodeHome = tool 'nodejs-lts'
1212
env.PATH="${env.PATH}:${nodeHome}/bin"
1313
sh "npm install"
1414
sh "npm install -g vsce"

0 commit comments

Comments
 (0)