This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
22
22
strategy :
23
23
matrix :
24
24
os : [windows-latest, ubuntu-latest, macos-latest]
25
- node : [14, 15 ]
25
+ node : [16 ]
26
26
fail-fast : true
27
27
steps :
28
28
- uses : actions/checkout@v2
29
- - uses : actions/setup-node@v1
29
+ - uses : actions/setup-node@v2
30
30
with :
31
31
node-version : ${{ matrix.node }}
32
32
- run : npm install
@@ -37,12 +37,18 @@ jobs:
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- uses : actions/checkout@v2
40
+ - uses : actions/setup-node@v2
41
+ with :
42
+ node-version : lts/*
40
43
- run : npm install
41
44
- run : npx aegir test -t browser -t webworker --bail
42
45
test-firefox :
43
46
needs : check
44
47
runs-on : ubuntu-latest
45
48
steps :
46
49
- uses : actions/checkout@v2
50
+ - uses : actions/setup-node@v2
51
+ with :
52
+ node-version : lts/*
47
53
- run : npm install
48
54
- run : npx aegir test -t browser -t webworker --bail -- --browser firefox
Original file line number Diff line number Diff line change 25
25
"homepage" : " https://github.com/libp2p/js-libp2p-bootstrap" ,
26
26
"repository" : " github:libp2p/js-libp2p-bootstrap" ,
27
27
"engines" : {
28
- "node" : " >=14 .0.0"
28
+ "node" : " >=15 .0.0"
29
29
},
30
30
"types" : " dist/src/index.d.ts" ,
31
31
"devDependencies" : {
32
32
"@types/debug" : " ^4.1.5" ,
33
- "aegir" : " ^33 .0.0 " ,
34
- "libp2p-interfaces" : " ^1 .0.0 " ,
35
- "libp2p-interfaces-compliance-tests" : " ^1 .0.0 "
33
+ "aegir" : " ^36 .0.2 " ,
34
+ "libp2p-interfaces" : " ^2 .0.1 " ,
35
+ "libp2p-interfaces-compliance-tests" : " ^2 .0.1 "
36
36
},
37
37
"dependencies" : {
38
38
"debug" : " ^4.3.1" ,
39
39
"mafmt" : " ^10.0.0" ,
40
40
"multiaddr" : " ^10.0.0" ,
41
- "peer-id" : " ^0.15 .0"
41
+ "peer-id" : " ^0.16 .0"
42
42
},
43
43
"contributors" : [
44
44
" David Dias <daviddias.p@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments