Merge pull request #388 from breautek/master

chore: package-lock
diff --git a/.travis.yml b/.travis.yml
index 84dd5fe..054e75e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@
 node_js:
   - 10
   - 12
+  - 14
 
 install:
   - npm install
diff --git a/appveyor.yml b/appveyor.yml
index c752a16..c34dd95 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,18 +21,18 @@
 
 environment:
   matrix:
-    - nodejs_version: "10"
+    - nodejs_version: "14"
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
 
-    - nodejs_version: "10"
+    - nodejs_version: "14"
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
       MSBUILDDIR: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\MSBuild\\15.0\\Bin\\"
 
-    - nodejs_version: "10"
+    - nodejs_version: "14"
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
       MSBUILDDIR: "C:\\Program Files (x86)\\MSBuild\\14.0\\bin\\"
 
-    - nodejs_version: "10"
+    - nodejs_version: "14"
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
 
 install: