Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Jan 26, 2024
1 parent 7e518a8 commit 506a1df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: yarn install
run: yarn install --verbose

- name: Test
run: yarn file -a ${{secrets.PV_VALID_ACCESS_KEY}} -i ../../res/audio/sample.wav
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: yarn install
run: yarn install --verbose

- name: Test
run: yarn file -a ${{secrets.PV_VALID_ACCESS_KEY}} -i ../../res/audio/sample.wav
2 changes: 1 addition & 1 deletion demo/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"wavefile": "^11.0.0"
},
"devDependencies": {},
"homepage": "https://picovoice.ai/products/cobra/",
"homepage": "https://picovoice.ai/platform/cobra/",
"repository": {
"type": "git",
"url": "https://github.com/Picovoice/cobra.git",
Expand Down
2 changes: 1 addition & 1 deletion demo/nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@picovoice/cobra-node@file:../../binding/nodejs":
version "2.0.0"

"@picovoice/pvrecorder-node@^1.2.1":
"@picovoice/pvrecorder-node@~1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@picovoice/pvrecorder-node/-/pvrecorder-node-1.2.1.tgz#8e112ecc7a4836aa4fa92d62ac7942d8a2366db8"
integrity sha512-7TtRMh04PSVn542Oq1v/MGLFuNPdUrrv+f7qbCGOWRc8y6ox+FATigdQqLRbRey4kZWf40dNHQFdVPCk5ZcXnQ==
Expand Down

0 comments on commit 506a1df

Please sign in to comment.