Skip to content

Commit 725f2ed

Browse files
authored
Merge pull request #169 from microsoft/sbatten/fix-ci
fixing ci
2 parents 06e800a + e15138b commit 725f2ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/azure-pipelines/pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ extends:
3333
- script: npm run compile --if-present
3434
displayName: Compile npm package
3535

36+
testPlatforms:
37+
- name: Linux
38+
nodeVersions:
39+
- 14.x
40+
- 16.x
41+
3642
testSteps:
3743
- script: npm ci
3844
displayName: Install dependencies

0 commit comments

Comments
 (0)