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 1818 - 20
1919 runs-on : ${{ matrix.os }}
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up Node ${{ matrix.node-version }}
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : ${{ matrix.node-version }}
2626 - name : Install dependencies
Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
13- - uses : actions/setup-node@v4
12+ - uses : actions/checkout@v5
13+ - uses : actions/setup-node@v6
1414 with :
1515 node-version : 18
1616 registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 4646 "url" : " git://github.com/asciidoctor/opal-node-runtime.git"
4747 },
4848 "dependencies" : {
49- "glob" : " 10.4.2 " ,
49+ "glob" : " 11.0.3 " ,
5050 "unxhr" : " 1.2.0"
5151 },
5252 "devDependencies" : {
53- "chai" : " ~4.4 " ,
53+ "chai" : " ~6.2.0 " ,
5454 "dirty-chai" : " ~2.0" ,
55- "eslint" : " ~9.5 " ,
56- "mocha" : " ~10.4 " ,
57- "rollup" : " ~3.29 " ,
55+ "eslint" : " ~9.39.0 " ,
56+ "mocha" : " ~11.7.0 " ,
57+ "rollup" : " ~4.52.0 " ,
5858 "rollup-plugin-re" : " 1.0.7" ,
5959 "standard" : " ~17.1"
6060 },
You can’t perform that action at this time.
0 commit comments