Skip to content

Commit

Permalink
post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Feb 8, 2024
1 parent 9150f1d commit 0fa4011
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 21 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/nodejs-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,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 @@ -65,12 +59,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 All @@ -87,12 +75,6 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion binding/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"bugs": {
"url": "https://github.com/Picovoice/leopard/issues"
},
"homepage": "https://picovoice.ai/products/leopard/",
"homepage": "https://picovoice.ai/platform/leopard/",
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.11.9",
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/leopard-node": "file:../../binding/nodejs",
"@picovoice/leopard-node": "=2.0.2",
"@picovoice/pvrecorder-node": "=1.2.2",
"commander": "^6.1.0",
"readline": "^1.3.0",
Expand Down
4 changes: 3 additions & 1 deletion demo/nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
# yarn lockfile v1


"@picovoice/leopard-node@file:../../binding/nodejs":
"@picovoice/leopard-node@=2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/leopard-node/-/leopard-node-2.0.2.tgz#537f6a8dbeefc2234e9c4c588c2dafa623ada9cf"
integrity sha512-7MFeDdKKLR+H1gyUQXX8djfKgOIQLTsRlGkxwNoXjbXyfx6lkOfYdU27+Wlyi+6dOKFW3c4DNTbCbzIzCZSyMw==

"@picovoice/pvrecorder-node@=1.2.2":
version "1.2.2"
Expand Down

0 comments on commit 0fa4011

Please sign in to comment.