We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e242e46 commit d7fde0cCopy full SHA for d7fde0c
azure-pipelines.yml
@@ -11,18 +11,18 @@ strategy:
11
linux_node_10:
12
imageName: 'ubuntu-18.04'
13
node_version: 10.x
14
- linux_node_latest:
+ linux_node_lts:
15
16
node_version: 12.x
17
linux_node_latest:
18
19
node_version: 13.x
20
mac_node_latest:
21
imageName: 'macOS-10.15'
22
- node_version: 12.x
+ node_version: 13.x
23
windows_node_latest:
24
imageName: 'windows-2019'
25
26
27
pool:
28
vmImage: $(imageName)
0 commit comments