File tree Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 39
39
with :
40
40
node-version : ${{ matrix.node-version }}
41
41
42
- - name : Pre-build binding dependencies
43
- run : npm install yarn
44
- working-directory : binding/nodejs
45
-
46
- - name : Build Node.js SDK
47
- run : yarn && yarn build
48
- working-directory : binding/nodejs
49
-
50
42
- name : Pre-build dependencies
51
43
run : npm install yarn
52
44
69
61
- name : Pre-build dependencies
70
62
run : npm install --global yarn
71
63
72
- - name : Build Node.js SDK
73
- run : yarn && yarn build
74
- working-directory : binding/nodejs
75
-
76
64
- name : Install dependencies
77
65
run : yarn install
78
66
Original file line number Diff line number Diff line change 16
16
"author" : " Picovoice, Inc." ,
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
- "@picovoice/porcupine-node" : " file:../../binding/nodejs " ,
20
- "@picovoice/pvrecorder-node" : " 1.2.1" ,
19
+ "@picovoice/porcupine-node" : " ~3.0.0 " ,
20
+ "@picovoice/pvrecorder-node" : " ~ 1.2.1" ,
21
21
"commander" : " ^6.1.0" ,
22
22
"wavefile" : " ^11.0.0"
23
23
},
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @picovoice/porcupine-node@file:../../binding/nodejs " :
5
+ " @picovoice/porcupine-node@~3.0.0 " :
6
6
version "3.0.0"
7
+ resolved "https://registry.yarnpkg.com/@picovoice/porcupine-node/-/porcupine-node-3.0.0.tgz#576fcfdc8a6b98430022e3650b590b5c274b1468"
8
+ integrity sha512-wkX5+2qmnR7ea9N1/vJZOGdx0W4cBfAABisX78yTAI6XXZivL8UCT3UJcrAMHoXeFN252flyDrRbqA1oH2uHzQ==
7
9
8
-
10
+ " @picovoice/pvrecorder-node@~ 1.2.1 " :
9
11
version "1.2.1"
10
12
resolved "https://registry.yarnpkg.com/@picovoice/pvrecorder-node/-/pvrecorder-node-1.2.1.tgz#8e112ecc7a4836aa4fa92d62ac7942d8a2366db8"
11
13
integrity sha512-7TtRMh04PSVn542Oq1v/MGLFuNPdUrrv+f7qbCGOWRc8y6ox+FATigdQqLRbRey4kZWf40dNHQFdVPCk5ZcXnQ==
You can’t perform that action at this time.
0 commit comments