File tree Expand file tree Collapse file tree 6 files changed +3
-47
lines changed
nodejs-assets/nodejs-project Expand file tree Collapse file tree 6 files changed +3
-47
lines changed Original file line number Diff line number Diff line change 3535 timeout-minutes : 2
3636 run : while ! nc -z '127.0.0.1' 60001; do sleep 1; done
3737
38- - name : Install SSH key
39- uses : shimataro/ssh-key-action@v2
40- with :
41- key : ${{ secrets.TEST_USER_SSH_KEY }}
42- known_hosts : ${{ secrets.TEST_USER_KNOWN_HOSTS }}
43-
44- - name : Use NPM Token with organization read access
45- uses : dkershner6/use-npm-token-action@v1
46- with :
47- token : ' ${{ secrets.NPMJS_READ }}'
48-
4938 - name : Setup Node
5039 uses : actions/setup-node@v3
5140 with :
Original file line number Diff line number Diff line change 3030 node-version : 18
3131 cache : ' yarn'
3232
33- - name : Install SSH key
34- uses : shimataro/ssh-key-action@v2
35- with :
36- key : ${{ secrets.TEST_USER_SSH_KEY }}
37- known_hosts : ${{ secrets.TEST_USER_KNOWN_HOSTS }}
38-
39- - name : Use NPM Token with organization read access
40- uses : dkershner6/use-npm-token-action@v1
41- with :
42- token : ' ${{ secrets.NPMJS_READ }}'
43-
4433 - name : Install Node.js dependencies
4534 run : yarn install
4635
Original file line number Diff line number Diff line change 1919 node-version : 18
2020 cache : ' yarn'
2121
22- - name : Install SSH key
23- uses : shimataro/ssh-key-action@v2
24- with :
25- key : ${{ secrets.TEST_USER_SSH_KEY }}
26- known_hosts : ${{ secrets.TEST_USER_KNOWN_HOSTS }}
27-
28- - name : Use NPM Token with organization read access
29- uses : dkershner6/use-npm-token-action@v1
30- with :
31- token : ' ${{ secrets.NPMJS_READ }}'
32-
3322 - name : Install Node.js dependencies
3423 run : yarn install
3524
Original file line number Diff line number Diff line change 1919 node-version : 18
2020 cache : ' yarn'
2121
22- - name : Install SSH key
23- uses : shimataro/ssh-key-action@v2
24- with :
25- key : ${{ secrets.TEST_USER_SSH_KEY }}
26- known_hosts : ${{ secrets.TEST_USER_KNOWN_HOSTS }}
27-
28- - name : Use NPM Token with organization read access
29- uses : dkershner6/use-npm-token-action@v1
30- with :
31- token : ' ${{ secrets.NPMJS_READ }}'
32-
3322 - name : Install Node.js dependencies
3423 run : yarn install
3524
Original file line number Diff line number Diff line change 1010 "license" : " MIT" ,
1111 "dependencies" : {
1212 "@noble/secp256k1" : " ^1.7.0" ,
13- "bip32" : " git+ssh://git@ github.com/ synonymdev/bip32" ,
13+ "bip32" : " github: synonymdev/bip32#58f0dd7d253d70fa5ff442997464892c46874348 " ,
1414 "bip39" : " ^3.0.4" ,
1515 "bitcoinjs-lib" : " ^6.0.1" ,
1616 "create-hmac" : " ^1.1.7"
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ bip174@^2.0.1:
2929 resolved "https://registry.yarnpkg.com/bip174/-/bip174-2.1.0.tgz#cd3402581feaa5116f0f00a0eaee87a5843a2d30"
3030 integrity sha512-lkc0XyiX9E9KiVAS1ZiOqK1xfiwvf4FXDDdkDq5crcDzOq+xGytY+14qCsqz7kCiy8rpN1CRNfacRhf9G3JNSA==
3131
32- " bip32@git+ssh://git@ github.com/ synonymdev/bip32 " :
32+ " bip32@github: synonymdev/bip32#58f0dd7d253d70fa5ff442997464892c46874348 " :
3333 version "3.1.0"
34- resolved "git+ssh ://git@ github.com/synonymdev/bip32# 58f0dd7d253d70fa5ff442997464892c46874348"
34+ resolved "https ://codeload. github.com/synonymdev/bip32/tar.gz/ 58f0dd7d253d70fa5ff442997464892c46874348"
3535 dependencies :
3636 bs58check "^2.1.1"
3737 create-hash "^1.2.0"
You can’t perform that action at this time.
0 commit comments