diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cf373a59..c8be71c8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,12 +12,11 @@ pool: steps: - task: NodeTool@0 inputs: - versionSpec: '10.x' + versionSpec: '8.x' displayName: 'Install Node.js' - script: | npm install npm run build npm test - npm run build displayName: 'npm install and build'