Update CI and dependencies for latest node versions (#173)
* Update dependencies * Test in latest node versions
This commit is contained in:
committed by
GitHub
parent
b23d267c26
commit
3762fb7b94
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user