File tree Expand file tree Collapse file tree 9 files changed +3823
-5292
lines changed Expand file tree Collapse file tree 9 files changed +3823
-5292
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v4
10- - name : Set up Node 18
10+ - name : Set up Node
1111 uses : actions/setup-node@v4
1212 with :
13- node-version : 18
13+ node-version : 22
1414 # libgbm-dev is required by Puppeteer 3+
1515 - name : Install system dependencies
1616 run : |
Original file line number Diff line number Diff line change @@ -26,22 +26,20 @@ jobs:
2626 strategy :
2727 matrix :
2828 os : [ubuntu-latest]
29- node-version : [18, 19]
30- asciidoctor-core-version : [v2.0.20, main]
29+ asciidoctor-core-version : [v2.0.23, main]
3130 experimental : [false]
3231 include :
33- - node-version : 18
34- os : macos-latest
32+ - os : macos-latest
3533 experimental : true
36- asciidoctor-core-version : v2.0.20
34+ asciidoctor-core-version : v2.0.23
3735 runs-on : ${{ matrix.os }}
3836 continue-on-error : ${{ matrix.experimental }}
3937 steps :
4038 - uses : actions/checkout@v4
41- - name : Set up Node ${{ matrix.node-version }}
39+ - name : Set up Node
4240 uses : actions/setup-node@v4
4341 with :
44- node-version : ${{ matrix.node-version }}
42+ node-version : 22
4543 # libgbm-dev is required by Puppeteer 3+
4644 - name : Install system dependencies
4745 run : |
@@ -63,16 +61,13 @@ jobs:
6361 runs-on : windows-latest
6462 strategy :
6563 matrix :
66- node-version :
67- - 18
68- - 19
69- asciidoctor-core-version : [v2.0.20, main]
64+ asciidoctor-core-version : [v2.0.23, main]
7065 steps :
7166 - uses : actions/checkout@v4
72- - name : Set up Node ${{ matrix.node-version }}
67+ - name : Set up Node
7368 uses : actions/setup-node@v4
7469 with :
75- node-version : ${{ matrix.node-version }}
70+ node-version : 22
7671 - name : Install dependencies
7772 run : |
7873 npm ci
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 18
16+ node-version : 22
1717 # libgbm-dev is required by Puppeteer 3+
1818 - name : Install system dependencies
1919 run : |
2424 npm ci --prefix packages/core
2525 - name : Lint, build and test
2626 env :
27- ASCIIDOCTOR_CORE_VERSION : v2.0.20
27+ ASCIIDOCTOR_CORE_VERSION : v2.0.23
2828 run : |
2929 npm run lint
3030 npm run test
3737 - uses : actions/checkout@v4
3838 - uses : actions/setup-node@v4
3939 with :
40- node-version : 18
40+ node-version : 22
4141 registry-url : https://registry.npmjs.org/
4242 # libgbm-dev is required by Puppeteer 3+
4343 - name : Install system dependencies
5151 # package and publish
5252 - name : Package
5353 env :
54- ASCIIDOCTOR_CORE_VERSION : v2.0.20
54+ ASCIIDOCTOR_CORE_VERSION : v2.0.23
5555 run : ./scripts/package.sh
5656 - name : Publish
5757 env :
You can’t perform that action at this time.
0 commit comments