File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
- 18
20
20
runs-on : ${{ matrix.os }}
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Set up Node ${{ matrix.node-version }}
24
- uses : actions/setup-node@v3
24
+ uses : actions/setup-node@v4
25
25
with :
26
26
node-version : ${{ matrix.node-version }}
27
27
- name : Install dependencies
Original file line number Diff line number Diff line change 47
47
"bestikk-download" : " 1.0.0" ,
48
48
"bestikk-fs" : " 1.0.0" ,
49
49
"bestikk-log" : " 0.1.0" ,
50
- "chai" : " ~4.3 " ,
50
+ "chai" : " ~5.1.0 " ,
51
51
"dirty-chai" : " 2.0.1" ,
52
- "mocha" : " ~10.2 " ,
52
+ "mocha" : " ~11.1.0 " ,
53
53
"mock-http-server" : " 1.4.5" ,
54
54
"opal-compiler" : " 3.0.0" ,
55
55
"portfinder" : " 1.0.32" ,
56
- "puppeteer" : " ~23.2 " ,
57
- "rollup" : " 3.21.6 " ,
58
- "standard" : " ~17.0"
56
+ "puppeteer" : " ~24.1.0 " ,
57
+ "rollup" : " 4.32.1 " ,
58
+ "standard" : " ~17.1. 0"
59
59
},
60
60
"peerDependencies" : {
61
61
"@asciidoctor/core" : " >= 3.0 < 4.0"
You can’t perform that action at this time.
0 commit comments