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 19a60cd commit 848e16bCopy full SHA for 848e16b
.travis.yml
@@ -6,6 +6,7 @@ node_js:
6
- "4"
7
- "6"
8
- "8"
9
+ - "10"
10
11
cache:
12
directories:
appveyor.yml
@@ -7,6 +7,7 @@ environment:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
+ - nodejs_version: "10"
install:
13
- ps: Install-Product node $env:nodejs_version
0 commit comments