Fix node addon tests (#865)

* Install naudiodon2 manually.

It is needed only when using a microphone. The CI tests don't need it.
This commit is contained in:
Fangjun Kuang
2024-05-12 12:03:43 +08:00
committed by GitHub
parent eee5d8a15c
commit 7322f4e0a3
5 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
{
"dependencies": {
"naudiodon2": "^2.4.0",
"perf_hooks": "*",
"sherpa-onnx-node": "*"
}