Skip to content

Commit 87068ad

Browse files
authoredDec 2, 2021
chore: update deps (#149)
Pulls in new libp2p-crypto and peer-id BREAKING CHANGE: requires node 15+
1 parent bfb61ce commit 87068ad

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
 

‎.github/workflows/main.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
15+
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 16
17+
node-version: lts/*
1818
- run: npm install
1919
- run: npm run build
2020
- run: npm run lint
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [windows-latest, ubuntu-latest, macos-latest]
29-
node: [14, 16]
29+
node: [16]
3030
fail-fast: true
3131
steps:
3232
- uses: actions/checkout@v2
@@ -50,9 +50,9 @@ jobs:
5050
fail-fast: true
5151
steps:
5252
- uses: actions/checkout@v2
53-
- uses: actions/setup-node@v1
53+
- uses: actions/setup-node@v2
5454
with:
55-
node-version: 16
55+
node-version: lts/*
5656
- run: npm install
5757
- run: npm run test -- -t ${{ matrix.type }} -- --browser ${{ matrix.browser }}
5858
test-electron:
@@ -67,9 +67,9 @@ jobs:
6767
fail-fast: true
6868
steps:
6969
- uses: actions/checkout@v2
70-
- uses: actions/setup-node@v1
70+
- uses: actions/setup-node@v2
7171
with:
72-
node-version: 16
72+
node-version: lts/*
7373
- run: npm install
7474
- uses: GabrielBB/xvfb-action@v1
7575
with:

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"debug": "^4.2.0",
5353
"err-code": "^3.0.1",
5454
"interface-datastore": "^6.0.2",
55-
"libp2p-crypto": "^0.20.0",
55+
"libp2p-crypto": "^0.21.0",
5656
"long": "^4.0.0",
5757
"multiformats": "^9.4.5",
58-
"peer-id": "^0.15.0",
58+
"peer-id": "^0.16.0",
5959
"protobufjs": "^6.10.2",
6060
"timestamp-nano": "^1.0.0",
6161
"uint8arrays": "^3.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.