File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
23
23
strategy :
24
24
matrix :
25
25
os : [windows-latest, ubuntu-latest, macos-latest]
26
- node : [14, 16]
26
+ node : [16]
27
27
fail-fast : true
28
28
steps :
29
29
- uses : actions/checkout@v2
30
- - uses : actions/setup-node@v1
30
+ - uses : actions/setup-node@v2
31
31
with :
32
32
node-version : ${{ matrix.node }}
33
33
- run : npm install
47
47
fail-fast : true
48
48
steps :
49
49
- uses : actions/checkout@v2
50
- - uses : actions/setup-node@v1
50
+ - uses : actions/setup-node@v2
51
51
with :
52
- node-version : 16
52
+ node-version : lts/*
53
53
- run : npm install
54
54
- run : npm run test -- -t ${{ matrix.type }} -- --browser ${{ matrix.browser }}
55
55
test-electron :
64
64
fail-fast : true
65
65
steps :
66
66
- uses : actions/checkout@v2
67
- - uses : actions/setup-node@v1
67
+ - uses : actions/setup-node@v2
68
68
with :
69
- node-version : 16
69
+ node-version : lts/*
70
70
- run : npm install
71
71
- uses : GabrielBB/xvfb-action@v1
72
72
with :
Original file line number Diff line number Diff line change 63
63
"@types/debug" : " ^4.1.5" ,
64
64
"@types/stats-lite" : " ^2.2.0" ,
65
65
"@types/varint" : " ^6.0.0" ,
66
- "aegir" : " ^35 .0.2" ,
66
+ "aegir" : " ^36 .0.2" ,
67
67
"assert" : " ^2.0.0" ,
68
68
"benchmark" : " ^2.1.4" ,
69
69
"delay" : " ^5.0.0" ,
70
70
"interface-datastore" : " ^6.0.2" ,
71
71
"iso-random-stream" : " ^2.0.0" ,
72
72
"it-all" : " ^1.0.5" ,
73
73
"it-drain" : " ^1.0.4" ,
74
- "libp2p" : " libp2p/js-libp2p#feat/update-dht " ,
75
- "libp2p-kad-dht" : " ^0.26 .1" ,
74
+ "libp2p" : " ^0.34.0 " ,
75
+ "libp2p-kad-dht" : " ^0.27 .1" ,
76
76
"libp2p-mplex" : " ^0.10.2" ,
77
77
"libp2p-tcp" : " ^0.17.1" ,
78
78
"lodash.difference" : " ^4.5.0" ,
83
83
"p-defer" : " ^3.0.0" ,
84
84
"p-event" : " ^4.2.0" ,
85
85
"p-wait-for" : " ^3.2.0" ,
86
- "peer-id" : " ^0.15 .0" ,
86
+ "peer-id" : " ^0.16 .0" ,
87
87
"process" : " ^0.11.10" ,
88
88
"promisify-es6" : " ^1.0.3" ,
89
89
"rimraf" : " ^3.0.2" ,
90
- "sinon" : " ^11.1 .1" ,
90
+ "sinon" : " ^12.0 .1" ,
91
91
"stats-lite" : " ^2.2.0" ,
92
92
"url" : " ^0.11.0" ,
93
93
"util" : " ^0.12.3" ,
104
104
"it-length-prefixed" : " ^5.0.2" ,
105
105
"it-pipe" : " ^1.1.0" ,
106
106
"just-debounce-it" : " ^1.1.0" ,
107
- "libp2p-interfaces" : " ^1 .0.1" ,
107
+ "libp2p-interfaces" : " ^2 .0.1" ,
108
108
"multiaddr" : " ^10.0.0" ,
109
109
"multiformats" : " ^9.0.4" ,
110
110
"native-abort-controller" : " ^1.0.3" ,
You can’t perform that action at this time.
0 commit comments