chore: update dependencies

This commit is contained in:
Sivan 2021-08-12 18:47:19 +08:00
parent 3b1c242806
commit 4bec7525aa
4 changed files with 789 additions and 553 deletions

View file

@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 14
- name: NPM Install and Test
run: |
npm install

View file

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v1