diff --git a/Jenkinsfile b/Jenkinsfile index 8ec61c3..b453708 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,9 @@ pipeline { } stages { stage('Install node') { - apt install node + steps { + sh 'apt install node' + } } stage('Build app') { steps {