We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8859f1b + 5c67b86 commit 8043a30Copy full SHA for 8043a30
.appveyor.yml
@@ -1,6 +1,6 @@
1
environment:
2
matrix:
3
- - NODEJS_VERSION: "6"
+ - NODEJS_VERSION: "10"
4
5
install:
6
# Get the version of Node.js
.travis.yml
@@ -2,8 +2,8 @@ language: node_js
include:
- - node_js: '6.10.1'
- - node_js: '8.11.3'
+ - node_js: '10'
+ - node_js: '12'
7
8
sudo: false
9
0 commit comments