Skip to content

Commit

Permalink
chore: update deps (#149)
Browse files Browse the repository at this point in the history
Pulls in new libp2p-crypto and peer-id

BREAKING CHANGE: requires node 15+
  • Loading branch information
achingbrain authored Dec 2, 2021
1 parent bfb61ce commit 87068ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
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 build
- run: npm run lint
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node: [14, 16]
node: [16]
fail-fast: true
steps:
- uses: actions/checkout@v2
Expand All @@ -50,9 +50,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 @@ -67,9 +67,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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"debug": "^4.2.0",
"err-code": "^3.0.1",
"interface-datastore": "^6.0.2",
"libp2p-crypto": "^0.20.0",
"libp2p-crypto": "^0.21.0",
"long": "^4.0.0",
"multiformats": "^9.4.5",
"peer-id": "^0.15.0",
"peer-id": "^0.16.0",
"protobufjs": "^6.10.2",
"timestamp-nano": "^1.0.0",
"uint8arrays": "^3.0.0"
Expand Down

0 comments on commit 87068ad

Please sign in to comment.