Skip to content

Commit 30f13ff

Browse files
committed
test: only run tcp in node
1 parent fa5f38f commit 30f13ff

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

interop/node-version.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
22
"id": "node-js-libp2p-head",
33
"containerImageID": "node-js-libp2p-head",
4-
"transports": [
5-
{
6-
"name": "webrtc-direct",
7-
"onlyDial": true
8-
}
9-
],
4+
"transports": ["tcp"],
105
"secureChannels": ["noise"],
116
"muxers": ["mplex", "yamux"]
127
}

0 commit comments

Comments
 (0)