Skip to content

Commit e242e46

Browse files
committed
[INTERNAL] Add Node.js 13 to Azure pipeline test matrix
1 parent 0e80442 commit e242e46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ strategy:
1414
linux_node_latest:
1515
imageName: 'ubuntu-18.04'
1616
node_version: 12.x
17+
linux_node_latest:
18+
imageName: 'ubuntu-18.04'
19+
node_version: 13.x
1720
mac_node_latest:
1821
imageName: 'macOS-10.15'
1922
node_version: 12.x

0 commit comments

Comments
 (0)