We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f7f32 commit afe0f85Copy full SHA for afe0f85
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
matrix:
29
os: [windows-latest, ubuntu-latest, macos-latest]
30
- node: [14, 15]
+ node: [14, 16]
31
fail-fast: true
32
steps:
33
- uses: actions/checkout@v2
examples/package.json
@@ -12,7 +12,7 @@
12
"fs-extra": "^8.1.0",
13
"libp2p-pubsub-peer-discovery": "^4.0.0",
14
"libp2p-relay-server": "^0.2.0",
15
- "libp2p-gossipsub": "^0.8.0",
+ "libp2p-gossipsub": "^0.9.0",
16
"p-defer": "^3.0.0",
17
"which": "^2.0.1"
18
},
0 commit comments