chore: use node 16

This commit is contained in:
Vasco Santos 2021-05-25 11:21:40 +02:00 committed by Vasco Santos
parent 50f7f32e53
commit afe0f854e8
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [windows-latest, ubuntu-latest, macos-latest] os: [windows-latest, ubuntu-latest, macos-latest]
node: [14, 15] node: [14, 16]
fail-fast: true fail-fast: true
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -12,7 +12,7 @@
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"libp2p-pubsub-peer-discovery": "^4.0.0", "libp2p-pubsub-peer-discovery": "^4.0.0",
"libp2p-relay-server": "^0.2.0", "libp2p-relay-server": "^0.2.0",
"libp2p-gossipsub": "^0.8.0", "libp2p-gossipsub": "^0.9.0",
"p-defer": "^3.0.0", "p-defer": "^3.0.0",
"which": "^2.0.1" "which": "^2.0.1"
}, },