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 7c61298 commit 4acc89bCopy full SHA for 4acc89b
.travis.yml
@@ -1,5 +1,6 @@
1
language: node_js
2
node_js:
3
+ - "14"
4
- "12"
5
- "10"
6
os:
appveyor.yml
@@ -2,6 +2,7 @@ build: off
configuration: Release
environment:
matrix:
+ - nodejs_version: "14"
- nodejs_version: "12"
7
- nodejs_version: "10"
8
platform:
0 commit comments