Skip to content

Commit 558c087

Browse files
committed
update pipelines steps
1 parent b0bc571 commit 558c087

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node_10_x:
13-
node_version: 10.x
1412
node_12_x:
1513
node_version: 12.x
1614
# run_browser_tests: true
1715
# browser_name: Edge
18-
run_coveralls: true
16+
# run_coveralls: true
1917

2018
steps:
2119
- template: .azure-pipelines-steps.yml
@@ -31,9 +29,11 @@ jobs:
3129
matrix:
3230
node_10_x:
3331
node_version: 10.x
34-
DISPLAY: :99.0
3532
node_12_x:
3633
node_version: 12.x
34+
node_14_x:
35+
node_version: 14.x
36+
DISPLAY: :99.0
3737
run_browser_tests: true
3838
browser_name: Firefox
3939
run_coveralls: true

0 commit comments

Comments
 (0)