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 6126b63 commit 5ff5394Copy full SHA for 5ff5394
.travis.yml
@@ -5,6 +5,7 @@ node_js:
5
- "8"
6
- "10"
7
- "12"
8
+ - "14"
9
10
jobs:
11
include:
appveyor.yml
@@ -6,6 +6,7 @@ environment:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
+ - nodejs_version: "14"
install:
12
# https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs
0 commit comments