From a8451eaf0c1e48120355101a594ff0eaa69c3fbf Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Sun, 15 Dec 2019 18:45:50 +0800 Subject: [PATCH] chore: update azure-pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index da77c95c..9fec5bf1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,12 +46,12 @@ jobs: - job: Windows pool: - vmImage: "vs2017-win2016" + vmImage: "win1803" steps: - task: NodeTool@0 inputs: versionSpec: "11.x" - - script: yarn install + - script: npm install displayName: install - script: npm run lint displayName: lint @@ -69,7 +69,7 @@ jobs: - job: MacOS pool: - vmImage: "macOS-10.13" + vmImage: "macOS-latest" steps: - task: NodeTool@0 inputs: