diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3f7d403..2fd99fa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,10 @@ jobs: node_version: ^8.12.0 node-6: node_version: ^6.16.0 + node-10-poll: + node_version: ^10.10.0 + env: + WATCHPACK_POLLING: 200 steps: - task: NodeTool@0 inputs: @@ -85,6 +89,10 @@ jobs: node_version: ^8.12.0 node-6: node_version: ^6.16.0 + node-10-poll: + node_version: ^10.10.0 + env: + WATCHPACK_POLLING: 200 steps: - task: NodeTool@0 inputs: