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
|
- name: Unit tests
|
||||||
run: |
|
run: |
|
||||||
yarn
|
yarn --ignore-engines
|
||||||
yarn --cwd ./test_module build
|
yarn --cwd ./test_module build
|
||||||
yarn test
|
yarn test
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^14.0.14",
|
"@types/node": "^14.0.14",
|
||||||
"ava": "2",
|
"ava": "^3.9.0",
|
||||||
"husky": "^4.2.5",
|
"husky": "^4.2.5",
|
||||||
"lint-staged": "^10.2.11",
|
"lint-staged": "^10.2.11",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
|
|
Loading…
Reference in a new issue