Skip to content

Commit 0598eec

Browse files
authored
Merge pull request microsoft#1386 from iclanton/ianc/node-12-in-test-matrix
Add Node 12 to the test matrix.
2 parents 35339e2 + 6617bf4 commit 0598eec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • common/config/azure-pipelines

common/config/azure-pipelines/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ jobs:
22
- job: PRBuild
33
condition: succeeded()
44
strategy:
5-
maxParallel: 2
65
matrix:
76
'NodeJs 8':
87
NodeVersion: 8
98
'NodeJs 10':
109
NodeVersion: 10
10+
'NodeJs 12':
11+
NodeVersion: 12
1112
steps:
1213
- checkout: self
1314
- template: templates/build.yaml

0 commit comments

Comments
 (0)