Skip to content

feat: Bump mermaid version 10.9.1 to 11.3.0 #97

feat: Bump mermaid version 10.9.1 to 11.3.0

feat: Bump mermaid version 10.9.1 to 11.3.0 #97

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn tsc
- run: yarn build
- run: yarn test