File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v2
15
+ - uses : actions/setup-node@v2
16
+ with :
17
+ node-version : lts/*
15
18
- run : npm install
16
19
- run : npm run lint
17
20
- run : npm run prebuild
@@ -22,11 +25,11 @@ jobs:
22
25
strategy :
23
26
matrix :
24
27
os : [windows-latest, ubuntu-latest, macos-latest]
25
- node : [14 ]
28
+ node : [16 ]
26
29
fail-fast : false
27
30
steps :
28
31
- uses : actions/checkout@v2
29
- - uses : actions/setup-node@v1
32
+ - uses : actions/setup-node@v2
30
33
with :
31
34
node-version : ${{ matrix.node }}
32
35
- run : npm install
38
41
runs-on : ubuntu-latest
39
42
steps :
40
43
- uses : actions/checkout@v2
44
+ - uses : actions/setup-node@v2
45
+ with :
46
+ node-version : lts/*
41
47
- run : npm install
42
48
- run : npm run prebuild
43
49
- run : npx aegir test -t browser -t webworker --bail
46
52
runs-on : ubuntu-latest
47
53
steps :
48
54
- uses : actions/checkout@v2
55
+ - uses : actions/setup-node@v2
56
+ with :
57
+ node-version : lts/*
49
58
- run : npm install
50
59
- run : npm run prebuild
51
60
- run : npx aegir test -t browser -t webworker --bail -- --browser firefox
Original file line number Diff line number Diff line change 44
44
"denque" : " ^1.5.0" ,
45
45
"err-code" : " ^3.0.1" ,
46
46
"it-pipe" : " ^1.1.0" ,
47
- "libp2p-interfaces" : " ^1.1.0 " ,
48
- "peer-id" : " ^0.15.3 " ,
47
+ "libp2p-interfaces" : " ^2.0.1 " ,
48
+ "peer-id" : " ^0.16.0 " ,
49
49
"protobufjs" : " ^6.11.2" ,
50
50
"time-cache" : " ^0.3.0" ,
51
51
"uint8arrays" : " ^3.0.0"
56
56
"@types/mocha" : " ^8.2.2" ,
57
57
"@typescript-eslint/eslint-plugin" : " ^3.0.2" ,
58
58
"@typescript-eslint/parser" : " ^3.0.2" ,
59
- "aegir" : " ^35 .0.1 " ,
59
+ "aegir" : " ^36 .0.2 " ,
60
60
"benchmark" : " ^2.1.4" ,
61
61
"buffer" : " ^6.0.3" ,
62
62
"chai" : " ^4.2.0" ,
71
71
"eslint-plugin-promise" : " ^4.2.1" ,
72
72
"eslint-plugin-standard" : " ^4.0.1" ,
73
73
"it-pair" : " ^1.0.0" ,
74
- "libp2p" : " ^0.32 .0" ,
75
- "libp2p-floodsub" : " ^0.27 .0" ,
76
- "libp2p-interfaces-compliance-tests" : " ^1 .0.1 " ,
74
+ "libp2p" : " ^0.35 .0" ,
75
+ "libp2p-floodsub" : " ^0.28 .0" ,
76
+ "libp2p-interfaces-compliance-tests" : " ^2 .0.3 " ,
77
77
"libp2p-mplex" : " ^0.10.3" ,
78
78
"libp2p-websockets" : " ^0.16.1" ,
79
79
"lodash" : " ^4.17.15" ,
You can’t perform that action at this time.
0 commit comments