Update CI and dependencies for latest node versions (#173)

* Update dependencies

* Test in latest node versions
This commit is contained in:
Santhosh Thottingal
2021-09-07 21:24:56 +05:30
committed by GitHub
parent b23d267c26
commit 3762fb7b94
3 changed files with 1985 additions and 2129 deletions

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-v: [10.x, 12.x]
node-v: [10.x, 12.x, 14.x, 16.x]
steps:
- name: Checkout
uses: actions/checkout@v2