Skip to content

Commit

Permalink
Merge pull request #116 from achingbrain/chore/update-peer-id
Browse files Browse the repository at this point in the history
chore: update peer-id and libp2p-crypto
  • Loading branch information
wemeetagain authored Dec 1, 2021
2 parents 07a6cd6 + 202f245 commit 61251ed
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 140 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- uses: actions/checkout@v2
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand All @@ -40,7 +40,7 @@ jobs:
needs: check
strategy:
matrix:
node: [14, 15]
node: [16]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: 16
- uses: actions/checkout@v2
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand All @@ -91,7 +91,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: 16
- uses: actions/checkout@v2
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand All @@ -113,7 +113,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: 16
- uses: actions/checkout@v2
- uses: microsoft/playwright-github-action@v1
- name: Get yarn cache directory path
Expand All @@ -136,7 +136,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: 16
- uses: actions/checkout@v2
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand All @@ -158,7 +158,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
node-version: 16
- uses: actions/checkout@v2
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v1
with:
node-version: '14'
node-version: 16
always-auth: true
registry-url: 'https://registry.npmjs.org'
env:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
body: ${{ steps.changelog_reader.outputs.changes }}
prerelease: false
release_name: Release ${{ needs.tag.outputs.tag }}

- name: Publish packages
run: yarn publish --ignore-scripts --no-git-tag-version --no-commit-hooks --non-interactive
env:
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@
"util": false
},
"devDependencies": {
"@types/bl": "^5.0.2",
"aegir": "^33.1.0",
"benchmark": "^2.1.4",
"buffer": "^6.0.3",
"chai": "^4.3.4",
"events": "^3.3.0",
"libp2p-crypto": "^0.19.7",
"libp2p-crypto": "^0.21.0",
"microtime": "^3.0.0",
"mocha": "^9.0.2",
"sinon": "^11.1.1"
Expand All @@ -57,7 +58,7 @@
"it-pair": "^1.0.0",
"it-pb-rpc": "^0.1.11",
"it-pipe": "^1.1.0",
"peer-id": "^0.15.3",
"peer-id": "^0.16.0",
"protobufjs": "^6.11.2",
"uint8arrays": "^3.0.0"
},
Expand Down
Loading

0 comments on commit 61251ed

Please sign in to comment.