diff --git a/.github/workflows/nodejs-demos.yml b/.github/workflows/nodejs-demos.yml index 9c61d28c..2cd3e1fe 100644 --- a/.github/workflows/nodejs-demos.yml +++ b/.github/workflows/nodejs-demos.yml @@ -44,12 +44,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - # REMOVE AFTER RELEASE - - name: Install binding - run: yarn install && yarn build - working-directory: binding/nodejs - # REMOVE AFTER RELEASE - - name: Install dependencies run: | ${{ matrix.install-dep }} @@ -79,12 +73,6 @@ jobs: steps: - uses: actions/checkout@v3 - # REMOVE AFTER RELEASE - - name: Install binding - run: yarn install && yarn build - working-directory: binding/nodejs - # REMOVE AFTER RELEASE - - name: Install dependencies run: yarn install diff --git a/demo/nodejs/package.json b/demo/nodejs/package.json index 481e18d7..4be858d7 100644 --- a/demo/nodejs/package.json +++ b/demo/nodejs/package.json @@ -21,7 +21,7 @@ "author": "Picovoice Inc.", "license": "Apache-2.0", "dependencies": { - "@picovoice/orca-node": "file:../../binding/nodejs", + "@picovoice/orca-node": "2.0.0", "@picovoice/pvspeaker-node": "^1.0.3", "commander": "^6.1.0", "prettier": "^2.6.2", diff --git a/demo/nodejs/yarn.lock b/demo/nodejs/yarn.lock index 883f8a1e..8f7a26cf 100644 --- a/demo/nodejs/yarn.lock +++ b/demo/nodejs/yarn.lock @@ -2,8 +2,10 @@ # yarn lockfile v1 -"@picovoice/orca-node@file:../../binding/nodejs": +"@picovoice/orca-node@2.0.0": version "2.0.0" + resolved "https://registry.yarnpkg.com/@picovoice/orca-node/-/orca-node-2.0.0.tgz#8243c7d126071ebf1247be4d39337d6dc6981e7d" + integrity sha512-Ti2HOCJeTTZDw5dP49lJ5ZaULfmLShGQVmOPQiEjwV91ybr67OGaPIbw6rjEA3E4Rk6NeznNNeyV54jSp/h7lw== "@picovoice/pvspeaker-node@^1.0.3": version "1.0.3"