diff --git a/Jenkinsfile b/Jenkinsfile index 00c8bc9..533d7a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,6 @@ pipeline { agent { docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' - image 'node:12' } }