Skip to content

Commit

Permalink
Build against Asciidoctor 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jun 24, 2023
1 parent cba1da0 commit bab2f19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
matrix:
os: [ubuntu-latest]
node-version: [18, 19]
asciidoctor-core-version: [v2.0.18, main]
asciidoctor-core-version: [v2.0.20, main]
experimental: [false]
include:
- node-version: 18
os: macos-latest
experimental: true
asciidoctor-core-version: v2.0.18
asciidoctor-core-version: v2.0.20
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
node-version:
- 18
- 19
asciidoctor-core-version: [v2.0.18, main]
asciidoctor-core-version: [v2.0.20, main]
steps:
- uses: actions/checkout@v3
- name: Set up Node ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
npm ci --prefix packages/core
- name: Lint, build and test
env:
ASCIIDOCTOR_CORE_VERSION: v2.0.18
ASCIIDOCTOR_CORE_VERSION: v2.0.20
run: |
npm run lint
npm run test
Expand All @@ -51,7 +51,7 @@ jobs:
# package and publish
- name: Package
env:
ASCIIDOCTOR_CORE_VERSION: v2.0.18
ASCIIDOCTOR_CORE_VERSION: v2.0.20
run: ./scripts/package.sh
- name: Publish
env:
Expand Down

0 comments on commit bab2f19

Please sign in to comment.