We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf0474 commit 49014a5Copy full SHA for 49014a5
2 files changed
.travis.yml
@@ -1,6 +1,9 @@
1
sudo: false
2
language: node_js
3
node_js:
4
+ - '12'
5
+ - '10'
6
+ - '8'
7
- '6'
8
- '5'
9
- '4'
appveyor.yml
@@ -9,6 +9,10 @@ environment:
- nodejs_version: "4"
10
- nodejs_version: "5"
11
- nodejs_version: "6"
12
+ - nodejs_version: "8"
13
+ - nodejs_version: "10"
14
+ # Waiting on https://github.com/appveyor/ci/issues/2921
15
+ # - nodejs_version: "12"
16
17
install:
18
- ps: Install-Product node $env:nodejs_version
0 commit comments