Skip to content

Commit

Permalink
Merge pull request #169 from microsoft/sbatten/fix-ci
Browse files Browse the repository at this point in the history
fixing ci
  • Loading branch information
sbatten authored Jul 21, 2023
2 parents 06e800a + e15138b commit 725f2ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 725f2ed

Please sign in to comment.