Skip to content

Commit

Permalink
chore: update libp2p-interfaces (#388)
Browse files Browse the repository at this point in the history
Pulls in latest peer-id

BREAKING CHANGE: requires node 15+
  • Loading branch information
achingbrain authored Dec 2, 2021
1 parent c1f51f1 commit c1bcae7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node: [14, 16]
node: [16]
fail-fast: true
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand All @@ -47,9 +47,9 @@ jobs:
fail-fast: true
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: lts/*
- run: npm install
- run: npm run test -- -t ${{ matrix.type }} -- --browser ${{ matrix.browser }}
test-electron:
Expand All @@ -64,9 +64,9 @@ jobs:
fail-fast: true
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: lts/*
- run: npm install
- uses: GabrielBB/xvfb-action@v1
with:
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
"@types/debug": "^4.1.5",
"@types/stats-lite": "^2.2.0",
"@types/varint": "^6.0.0",
"aegir": "^35.0.2",
"aegir": "^36.0.2",
"assert": "^2.0.0",
"benchmark": "^2.1.4",
"delay": "^5.0.0",
"interface-datastore": "^6.0.2",
"iso-random-stream": "^2.0.0",
"it-all": "^1.0.5",
"it-drain": "^1.0.4",
"libp2p": "libp2p/js-libp2p#feat/update-dht",
"libp2p-kad-dht": "^0.26.1",
"libp2p": "^0.34.0",
"libp2p-kad-dht": "^0.27.1",
"libp2p-mplex": "^0.10.2",
"libp2p-tcp": "^0.17.1",
"lodash.difference": "^4.5.0",
Expand All @@ -83,11 +83,11 @@
"p-defer": "^3.0.0",
"p-event": "^4.2.0",
"p-wait-for": "^3.2.0",
"peer-id": "^0.15.0",
"peer-id": "^0.16.0",
"process": "^0.11.10",
"promisify-es6": "^1.0.3",
"rimraf": "^3.0.2",
"sinon": "^11.1.1",
"sinon": "^12.0.1",
"stats-lite": "^2.2.0",
"url": "^0.11.0",
"util": "^0.12.3",
Expand All @@ -104,7 +104,7 @@
"it-length-prefixed": "^5.0.2",
"it-pipe": "^1.1.0",
"just-debounce-it": "^1.1.0",
"libp2p-interfaces": "^1.0.1",
"libp2p-interfaces": "^2.0.1",
"multiaddr": "^10.0.0",
"multiformats": "^9.0.4",
"native-abort-controller": "^1.0.3",
Expand Down

0 comments on commit c1bcae7

Please sign in to comment.