File tree 3 files changed +17
-5
lines changed
3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,25 @@ jobs:
35
35
name : chrome
36
36
addons :
37
37
chrome : stable
38
- script : npx aegir test -t browser -t webworker
38
+ script : npx aegir test -t browser
39
+
40
+ - stage : test
41
+ name : chrome webworker
42
+ addons :
43
+ chrome : stable
44
+ script : npx aegir test -t webworker
39
45
40
46
- stage : test
41
47
name : firefox
42
48
addons :
43
49
firefox : latest
44
- script : npx aegir test -t browser -t webworker -- --browsers FirefoxHeadless
50
+ script : npx aegir test -t browser -- --browsers FirefoxHeadless
51
+
52
+ - stage : test
53
+ name : firefox webworker
54
+ addons :
55
+ firefox : latest
56
+ script : npx aegir test -t webworker -- --browsers FirefoxHeadless
45
57
46
58
- stage : test
47
59
name : electron-main
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ jsipfs init
64
64
# Configure CORS to allow ipfs-http-client to access this IPFS node
65
65
jsipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin ' ["http://127.0.0.1:8888"]'
66
66
# Start the IPFS node, enabling pubsub
67
- jsipfs daemon --enable-pubsub-experiment
67
+ jsipfs daemon
68
68
```
69
69
70
70
### Install and start the Go IPFS node
Original file line number Diff line number Diff line change 67
67
"aegir" : " ^20.4.1" ,
68
68
"async" : " ^3.1.0" ,
69
69
"browser-process-platform" : " ~0.1.1" ,
70
- "go-ipfs-dep" : " ^0.4.22 " ,
71
- "interface-ipfs-core" : " ^0.131.0 " ,
70
+ "go-ipfs-dep" : " ^0.4.23 " ,
71
+ "interface-ipfs-core" : " ^0.131.7 " ,
72
72
"ipfsd-ctl" : " ^2.1.0" ,
73
73
"it-all" : " ^1.0.1" ,
74
74
"it-concat" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments