diff --git a/Jenkinsfile b/Jenkinsfile index 533d7a3..8c1da28 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,8 +23,10 @@ pipeline { agent { docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' -} - + } + docker { + image 'node:12' + } } environment { DOTNET_CLI_HOME = '/tmp/App'