File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
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@v1
15
+ - uses : actions/setup-node@v2
16
16
with :
17
- node-version : 16
17
+ node-version : lts/*
18
18
- run : npm install
19
19
- run : npm run build
20
20
- run : npm run lint
26
26
strategy :
27
27
matrix :
28
28
os : [windows-latest, ubuntu-latest, macos-latest]
29
- node : [14, 16]
29
+ node : [16]
30
30
fail-fast : true
31
31
steps :
32
32
- uses : actions/checkout@v2
50
50
fail-fast : true
51
51
steps :
52
52
- uses : actions/checkout@v2
53
- - uses : actions/setup-node@v1
53
+ - uses : actions/setup-node@v2
54
54
with :
55
- node-version : 16
55
+ node-version : lts/*
56
56
- run : npm install
57
57
- run : npm run test -- -t ${{ matrix.type }} -- --browser ${{ matrix.browser }}
58
58
test-electron :
67
67
fail-fast : true
68
68
steps :
69
69
- uses : actions/checkout@v2
70
- - uses : actions/setup-node@v1
70
+ - uses : actions/setup-node@v2
71
71
with :
72
- node-version : 16
72
+ node-version : lts/*
73
73
- run : npm install
74
74
- uses : GabrielBB/xvfb-action@v1
75
75
with :
Original file line number Diff line number Diff line change 52
52
"debug" : " ^4.2.0" ,
53
53
"err-code" : " ^3.0.1" ,
54
54
"interface-datastore" : " ^6.0.2" ,
55
- "libp2p-crypto" : " ^0.20 .0" ,
55
+ "libp2p-crypto" : " ^0.21 .0" ,
56
56
"long" : " ^4.0.0" ,
57
57
"multiformats" : " ^9.4.5" ,
58
- "peer-id" : " ^0.15 .0" ,
58
+ "peer-id" : " ^0.16 .0" ,
59
59
"protobufjs" : " ^6.10.2" ,
60
60
"timestamp-nano" : " ^1.0.0" ,
61
61
"uint8arrays" : " ^3.0.0"
You can’t perform that action at this time.
0 commit comments