Skip to content

feat: Add support for ELK layout engine and update to latest mermaid dependency #113

feat: Add support for ELK layout engine and update to latest mermaid dependency

feat: Add support for ELK layout engine and update to latest mermaid dependency #113

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [ 18.x, 20.x ]
name: Test ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn tsc
- run: yarn build
- run: yarn test