summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2020-10-17 12:13:13 -0700
committerAlexander Early <alexander.early@gmail.com>2020-10-17 12:13:56 -0700
commit558c0878b765132048e9c35bd47a021cc303a1bb (patch)
treeb86ac2c5ea6c8e4460f256f541c6b7ddfc728971
parentb0bc57154da84ca6472292ecd9363240b7b6b322 (diff)
downloadasync-558c0878b765132048e9c35bd47a021cc303a1bb.tar.gz
update pipelines steps
-rw-r--r--.azure-pipelines.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index ad8b2a1..ea6a359 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -9,13 +9,11 @@ jobs:
strategy:
matrix:
- node_10_x:
- node_version: 10.x
node_12_x:
node_version: 12.x
# run_browser_tests: true
# browser_name: Edge
- run_coveralls: true
+ # run_coveralls: true
steps:
- template: .azure-pipelines-steps.yml
@@ -31,9 +29,11 @@ jobs:
matrix:
node_10_x:
node_version: 10.x
- DISPLAY: :99.0
node_12_x:
node_version: 12.x
+ node_14_x:
+ node_version: 14.x
+ DISPLAY: :99.0
run_browser_tests: true
browser_name: Firefox
run_coveralls: true