File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1111 - 18
1212 - 19
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Set up Node ${{ matrix.node-version }}
16- uses : actions/setup-node@v3
16+ uses : actions/setup-node@v4
1717 with :
1818 node-version : ${{ matrix.node-version }}
1919 - name : Install dependencies
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Notify Netlify
1414 env :
1515 NETLIFY_WEBHOOK_URL : ${{ secrets.NETLIFY_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 4747 },
4848 "homepage" : " https://github.com/asciidoctor/asciidoctor-cli.js" ,
4949 "dependencies" : {
50- "yargs" : " 17.3.1 "
50+ "yargs" : " 18.0.0 "
5151 },
5252 "devDependencies" : {
5353 "@asciidoctor/core" : " ~3.0" ,
54- "chai" : " 4.3.7 " ,
54+ "chai" : " 5.2.1 " ,
5555 "dirty-chai" : " 2.0.1" ,
56- "mocha" : " 10.2.0 " ,
57- "sinon" : " 15.2 .0" ,
58- "standard" : " 17.1.0 "
56+ "mocha" : " 11.7.1 " ,
57+ "sinon" : " 21.0 .0" ,
58+ "standard" : " 17.1.2 "
5959 },
6060 "peerDependencies" : {
6161 "@asciidoctor/core" : " >=2 <4"
6666 ]
6767 },
6868 "volta" : {
69- "node" : " 18.16.1 "
69+ "node" : " 22.17.0 "
7070 }
7171}
You can’t perform that action at this time.
0 commit comments