Thanks to visit codestin.com Credit goes to github.com
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.
1 parent d79bddf commit 408cd24Copy full SHA for 408cd24
.travis.yml
@@ -1,6 +1,8 @@
1
sudo: false
2
language: node_js
3
node_js:
4
+ - '10'
5
+ - '8'
6
- '6'
7
- '5'
8
- '4'
appveyor.yml
@@ -9,6 +9,8 @@ environment:
9
- nodejs_version: "4"
10
- nodejs_version: "5"
11
- nodejs_version: "6"
12
+ - nodejs_version: "8"
13
+ - nodejs_version: "10"
14
15
install:
16
- ps: Install-Product node $env:nodejs_version
0 commit comments