diff --git a/Jenkinsfile b/Jenkinsfile index 1d7d66a..8ec61c3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,6 +29,9 @@ pipeline { DOTNET_CLI_HOME = '/tmp/App' } stages { + stage('Install node') { + apt install node + } stage('Build app') { steps { dir('SessionCompanion') {