diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7d56432..e80d9ac 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,9 +17,13 @@ jobs: steps: - task: NodeTool@0 inputs: - versionSpec: '14.x' + versionSpec: '16.x' displayName: 'Install Node.js' + - script: | + npx puppeteer browsers install chrome + displayName: "install puppeteer" + - bash: | npm install displayName: 'npm install'