Skip to content

Commit

Permalink
v2.0 node release (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 25, 2023
1 parent 6489bf2 commit 9c8968e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/nodejs-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# ************** REMOVE AFTER RELEASE ********************
- name: Build Node.js SDK
run: yarn && yarn build
working-directory: binding/nodejs
# ********************************************************

- name: Install dependencies
run: yarn install

Expand All @@ -61,12 +55,6 @@ jobs:
steps:
- uses: actions/checkout@v3

# ************** REMOVE AFTER RELEASE ********************
- name: Build Node.js SDK
run: yarn && yarn build
working-directory: binding/nodejs
# ********************************************************

- name: Install dependencies
run: yarn install

Expand Down
2 changes: 1 addition & 1 deletion demo/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Picovoice Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/cheetah-node": "file:../../binding/nodejs",
"@picovoice/cheetah-node": "=2.0.0",
"@picovoice/pvrecorder-node": "^1.2.1",
"commander": "^6.1.0",
"readline": "^1.3.0",
Expand Down
8 changes: 4 additions & 4 deletions demo/nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@picovoice/cheetah-node@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@picovoice/cheetah-node/-/cheetah-node-1.1.1.tgz#56068802b287d0f2590699bf8b85f05a283f0dd9"
integrity sha512-EnbbOjDBerscyOzqYTXOf8LqY9NsO7Ro5xn5C1z51puQW3voNhtoZeV86ObgDXGki+cpjGw/BwFxYsUN7lVY4w==
"@picovoice/cheetah-node@=2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/cheetah-node/-/cheetah-node-2.0.0.tgz#147b22f60f9c3f9c33d8703d07324be479be01d4"
integrity sha512-UrodmClxc2ImMjG3nBrZ/tHEt2hBDRbZQeYfGAWQVIKNRQkk0zqFMlJe/Fu5Wrpu/yc1T6PaCuesftBGl10Zfg==

"@picovoice/pvrecorder-node@^1.2.1":
version "1.2.1"
Expand Down

0 comments on commit 9c8968e

Please sign in to comment.