Skip to content

Commit d7fde0c

Browse files
committed
[INTERNAL] Azure Pipeline: Make Node 13 latest and Node 12 lts
1 parent e242e46 commit d7fde0c

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
@@ -11,18 +11,18 @@ strategy:
1111
linux_node_10:
1212
imageName: 'ubuntu-18.04'
1313
node_version: 10.x
14-
linux_node_latest:
14+
linux_node_lts:
1515
imageName: 'ubuntu-18.04'
1616
node_version: 12.x
1717
linux_node_latest:
1818
imageName: 'ubuntu-18.04'
1919
node_version: 13.x
2020
mac_node_latest:
2121
imageName: 'macOS-10.15'
22-
node_version: 12.x
22+
node_version: 13.x
2323
windows_node_latest:
2424
imageName: 'windows-2019'
25-
node_version: 12.x
25+
node_version: 13.x
2626

2727
pool:
2828
vmImage: $(imageName)

0 commit comments

Comments
 (0)