Skip to content

Commit

Permalink
fix(readme / ci): update readme / no node 16x
Browse files Browse the repository at this point in the history
  • Loading branch information
con-cis committed Jul 20, 2024
1 parent afbd05d commit 18ddd44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: true
max-parallel: 2
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
experimental: [false]
os: [macos-latest, ubuntu-latest, windows-latest]

Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Mirth Connect Config Documentation Tool utilizes a modern stack, including Vite
```
mc-docu
src
├── classes
│ ├── DataHandler.ts
│ └── IpcHandler.ts
├── enums
│ ├── ApiResponses.ts
│ ├── ConnectorType.ts
Expand All @@ -91,13 +94,17 @@ src
│ │ └── Logger.ts
│ └── utils
│ ├── Common.ts
│ └── ErrorHandling.ts
│ ├── ErrorHandling.ts
│ ├── StringEscape.ts
│ └── Validator.ts
├── models
│ ├── ChannelData.ts
│ ├── ConnectorData.ts
│ ├── DestinationConnectorData.ts
│ ├── ExtractedData.ts
│ ├── Header.ts
│ ├── MetaData.ts
│ ├── ServerConfiguration.ts
│ ├── SourceConnectorData.ts
│ ├── TransformerData.ts
│ └── index.ts
Expand All @@ -113,7 +120,7 @@ src
│ │ └── styles.less
│ ├── components
│ │ ├── DataTable.vue
│ │ └── Versions.vue
│ │ └── VersionInfos.vue
│ ├── data
│ │ ├── checkboxOptionsData.ts
│ │ └── headerData.ts
Expand Down

0 comments on commit 18ddd44

Please sign in to comment.