Skip to content

Commit

Permalink
Update Jenkinsfile.vscode (apache#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored Nov 18, 2021
1 parent 118c47a commit f257594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.vscode
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

node('rhel8') {
stage('Install requirements') {
def nodeHome = tool 'nodejs-12.13.1'
def nodeHome = tool 'nodejs-lts'
env.PATH = "${env.PATH}:${nodeHome}/bin"
sh 'node -v'
sh 'npm -v'
Expand Down

0 comments on commit f257594

Please sign in to comment.