Skip to content

Commit fbc9bf0

Browse files
authoredDec 1, 2021
chore: update libp2p-crypto (#161)
BREAKING CHANGE: requires node 15+
1 parent 25f0cd4 commit fbc9bf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [windows-latest, ubuntu-latest, macos-latest]
26-
node: [14, 16]
26+
node: [16]
2727
fail-fast: true
2828
steps:
2929
- uses: actions/checkout@v2

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"license": "MIT",
3232
"engines": {
33-
"node": ">=14.0.0"
33+
"node": ">=15.0.0"
3434
},
3535
"bugs": {
3636
"url": "https://github.com/libp2p/js-peer-id/issues"
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"class-is": "^1.1.0",
45-
"libp2p-crypto": "^0.20.0",
45+
"libp2p-crypto": "^0.21.0",
4646
"multiformats": "^9.4.5",
4747
"protobufjs": "^6.10.2",
4848
"uint8arrays": "^3.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.