chore: upgrade ava
This commit is contained in:
parent
5da060966f
commit
93f7180682
3 changed files with 414 additions and 1268 deletions
2
.github/workflows/napi4.yaml
vendored
2
.github/workflows/napi4.yaml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
|
||||
- name: Unit tests
|
||||
run: |
|
||||
yarn
|
||||
yarn --ignore-engines
|
||||
yarn --cwd ./test_module build
|
||||
yarn test
|
||||
env:
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.0.14",
|
||||
"ava": "2",
|
||||
"ava": "^3.9.0",
|
||||
"husky": "^4.2.5",
|
||||
"lint-staged": "^10.2.11",
|
||||
"npm-run-all": "^4.1.5",
|
||||
|
|
Loading…
Reference in a new issue