diff --git a/Jenkinsfile b/Jenkinsfile index 757fb30..3e844d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { } tools { - nodejs 'Node16' // This should match the name of your NodeJS installation in Jenkins tools + nodejs 'Node23' // This should match the name of your NodeJS installation in Jenkins tools } stages {