Skip to content

Commit c1cde28

Browse files
committed
[INTERNAL] Azure: Use Node v12 as latest in test matrix
Node 11 went end-of-life in June: https://github.com/nodejs/Release#end-of-life-releases
1 parent c143a85 commit c1cde28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ strategy:
1616
node_version: 10.x
1717
linux_node_latest:
1818
imageName: 'ubuntu-16.04'
19-
node_version: 11.x
19+
node_version: 12.x
2020
mac_node_latest:
2121
imageName: 'macos-10.13'
22-
node_version: 11.x
22+
node_version: 12.x
2323
windows_node_latest:
2424
imageName: 'vs2017-win2016'
25-
node_version: 11.x
25+
node_version: 12.x
2626

2727
pool:
2828
vmImage: $(imageName)

0 commit comments

Comments
 (0)