diff --git a/Jenkinsfile b/Jenkinsfile index 41e2490..52d1f4f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,10 @@ pipeline { agent any + tools { + nodejs 'NodeJS-24.2.0' + } + stages { stage('Install Dependencies') { steps {