diff --git a/build/azure-pipelines/pipeline.yml b/build/azure-pipelines/pipeline.yml index 4a8d81e..b131f72 100644 --- a/build/azure-pipelines/pipeline.yml +++ b/build/azure-pipelines/pipeline.yml @@ -33,6 +33,12 @@ extends: - script: npm run compile --if-present displayName: Compile npm package + testPlatforms: + - name: Linux + nodeVersions: + - 14.x + - 16.x + testSteps: - script: npm ci displayName: Install dependencies