ci: add node-14.x to workflow (#117)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6b5dcc9..ad4b558 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        node-version: [10.x, 12.x]
+        node-version: [10.x, 12.x, 14.x]
         os: [ubuntu-latest, macos-latest]
 
     steps: