We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5667666 commit b4b5a68Copy full SHA for b4b5a68
.ci/.azure-pipelines.yml
@@ -9,6 +9,8 @@ jobs:
9
vmImage: "Ubuntu 16.04"
10
strategy:
11
matrix:
12
+ Node_v12:
13
+ node_version: 12
14
Node_v10:
15
node_version: 10
16
Node_v8:
@@ -30,6 +32,8 @@ jobs:
30
32
vmImage: vs2017-win2016
31
33
34
35
36
37
38
39
@@ -54,6 +58,8 @@ jobs:
54
58
vmImage: macos-10.13
55
59
56
60
61
62
57
63
64
65
.travis.yml
@@ -1,6 +1,7 @@
1
sudo: false
2
language: node_js
3
node_js:
4
+ - '12'
5
- '10'
6
- '8'
7
- '6'
0 commit comments