From b8a4e564ecf6f5ec80b4bb6ac349873d88a4f6d0 Mon Sep 17 00:00:00 2001 From: Painkiller48 <85394418+Painkiller48@users.noreply.github.com> Date: Fri, 28 Oct 2022 23:36:15 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 84530c2..2f53e4e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,9 @@ pipeline { stage('Install Dependencies') { steps { + nodejs('NODEJS') { sh 'npm install' + } } }