Skip to content

Commit

Permalink
build: use node 20 on Jenkins
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Aug 7, 2024
1 parent 7047f28 commit 680f994
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
Expand Up @@ -8,7 +8,7 @@ node('rhel8'){
}

stage('Install requirements') {
def nodeHome = tool 'nodejs-lts'
def nodeHome = tool 'nodejs-lts-20'
env.PATH="${env.PATH}:${nodeHome}/bin"
sh "node --version"
sh "npm install -g typescript"
Expand Down

0 comments on commit 680f994

Please sign in to comment.