File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
- 18
12
12
- 19
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Set up Node ${{ matrix.node-version }}
16
- uses : actions/setup-node@v3
16
+ uses : actions/setup-node@v4
17
17
with :
18
18
node-version : ${{ matrix.node-version }}
19
19
- name : Install dependencies
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Notify Netlify
14
14
env :
15
15
NETLIFY_WEBHOOK_URL : ${{ secrets.NETLIFY_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 47
47
},
48
48
"homepage" : " https://github.com/asciidoctor/asciidoctor-cli.js" ,
49
49
"dependencies" : {
50
- "yargs" : " 17.3.1 "
50
+ "yargs" : " 17.7.2 "
51
51
},
52
52
"devDependencies" : {
53
53
"@asciidoctor/core" : " ~3.0" ,
54
- "chai" : " 4.3.7 " ,
54
+ "chai" : " 5.1.1 " ,
55
55
"dirty-chai" : " 2.0.1" ,
56
- "mocha" : " 10.2 .0" ,
57
- "sinon" : " 15.2.0 " ,
56
+ "mocha" : " 10.4 .0" ,
57
+ "sinon" : " 17.0.1 " ,
58
58
"standard" : " 17.1.0"
59
59
},
60
60
"peerDependencies" : {
66
66
]
67
67
},
68
68
"volta" : {
69
- "node" : " 18.16.1 "
69
+ "node" : " 18.20.2 "
70
70
}
71
71
}
You can’t perform that action at this time.
0 commit comments