Skip to content

Commit

Permalink
Use node:test instead of jest and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fardjad committed Dec 1, 2023
1 parent f7d5386 commit 5caffae
Show file tree
Hide file tree
Showing 23 changed files with 2,768 additions and 6,207 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 19]
node: [18, 19, 20]
fail-fast: true
steps:
- uses: actions/checkout@main
- uses: nikeee/setup-pandoc@v1
with:
pandoc-version: "3.1.2"
pandoc-version: "3.1.9"
- uses: actions/setup-node@main
with:
node-version: ${{ matrix.node }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: 18
node-version: 20
registry-url: "https://registry.npmjs.org"
- uses: actions/cache@main
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: 18
node-version: 20
- name: Cache node modules
uses: actions/cache@main
env:
Expand Down
2 changes: 1 addition & 1 deletion adocs/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:confluence-api-token: https://id.atlassian.com/manage/api-tokens[API token]
:confluence: https://www.atlassian.com/software/confluence[Confluence]
:gfm: https://github.github.com/gfm[GitHub Flavored Markdown]
:nodejs: https://nodejs.org[Node.js v16+]
:nodejs: https://nodejs.org[Node.js]
:pandoc: https://pandoc.org[Pandoc]
:wsl: https://docs.microsoft.com/en-us/windows/wsl[WSL]
:agiledocumentation: http://agilemodeling.com/essays/agileDocumentation.htm
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ The following diagram shows a typical document writing and publishing workflow w

2. [Bash](https://www.gnu.org/software/bash)

3. [Node.js v16+](https://nodejs.org)
3. [Node.js](https://nodejs.org)

4. [Pandoc](https://pandoc.org)

Expand Down
3 changes: 3 additions & 0 deletions examples/asciidoctor-extension/adocs/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
== Test

oas::[path=../petstore.yaml]
14 changes: 0 additions & 14 deletions examples/asciidoctor-extension/doc.adoc

This file was deleted.

Loading

0 comments on commit 5caffae

Please sign in to comment.