diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aef91f9..eddab5a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ variables: jobs: - job: deploy_prod pool: - vmImage: 'Ubuntu-16.04' + vmImage: 'Ubuntu-20.04' condition: eq(variables['Build.SourceBranch'], 'refs/heads/master') steps: - task: NodeTool@0