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 e95336f commit f53f6c7Copy full SHA for f53f6c7
.travis.yml
@@ -4,6 +4,7 @@ os:
4
- linux
5
- osx
6
node_js:
7
+ - "14"
8
- "12"
9
- "10"
10
- "8"
appveyor.yml
@@ -7,6 +7,7 @@ init:
# what combinations to test
environment:
matrix:
+ - nodejs_version: 14
11
- nodejs_version: 12
12
- nodejs_version: 10
13
- nodejs_version: 8
0 commit comments