Skip to content

Commit afe0f85

Browse files
committedJun 13, 2021
chore: use node 16
1 parent 50f7f32 commit afe0f85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [windows-latest, ubuntu-latest, macos-latest]
30-
node: [14, 15]
30+
node: [14, 16]
3131
fail-fast: true
3232
steps:
3333
- uses: actions/checkout@v2

‎examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fs-extra": "^8.1.0",
1313
"libp2p-pubsub-peer-discovery": "^4.0.0",
1414
"libp2p-relay-server": "^0.2.0",
15-
"libp2p-gossipsub": "^0.8.0",
15+
"libp2p-gossipsub": "^0.9.0",
1616
"p-defer": "^3.0.0",
1717
"which": "^2.0.1"
1818
},

0 commit comments

Comments
 (0)
Please sign in to comment.