Skip to content

Commit bdfc7e3

Browse files
committed
fix: #224
1 parent ccc1fb8 commit bdfc7e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ strategy:
55
matrix:
66
linux_node_stable:
77
imageName: 'ubuntu-16.04'
8-
nodeVersion: '12.x'
8+
nodeVersion: '8.x'
99
linux_node_current:
1010
imageName: 'ubuntu-16.04'
1111
nodeVersion: '13.x'
1212
mac_node_stable:
1313
imageName: 'macos-10.13'
14-
nodeVersion: '12.x'
14+
nodeVersion: '8.x'
1515
mac_node_current:
1616
imageName: 'macos-10.13'
1717
nodeVersion: '13.x'
1818
windows_node_stable:
1919
imageName: 'vs2017-win2016'
20-
nodeVersion: '12.x'
20+
nodeVersion: '8.x'
2121
windows_node_current:
2222
imageName: 'vs2017-win2016'
2323
nodeVersion: '13.x'

0 commit comments

Comments
 (0)