Skip to content

chore(deps): update dependency mermaid to v11.4.0 #364

chore(deps): update dependency mermaid to v11.4.0

chore(deps): update dependency mermaid to v11.4.0 #364

Workflow file for this run

name: Mermaid CI
on:
push:
paths:
- 'mermaid/**'
branches:
- main
pull_request:
paths:
- 'mermaid/**'
branches:
- '*'
jobs:
mermaid-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Setup Node.js 20'
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Node dependencies
run: npm i
working-directory: mermaid
- name: Lint & tests
run: npm run lint && npm t
working-directory: mermaid