Skip to content

chore(deps-dev): Bump @mermaid-js/mermaid-cli from 11.16.0 to 11.17.0 #3755

chore(deps-dev): Bump @mermaid-js/mermaid-cli from 11.16.0 to 11.17.0

chore(deps-dev): Bump @mermaid-js/mermaid-cli from 11.16.0 to 11.17.0 #3755

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [develop]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
env:
HUSKY: '0'
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version-file: '.nvmrc'
- run: node --version && npm --version
- run: npm ci
- run: npm run lint:js
- run: npm run lint:yaml
- run: npm run lint:pkg-json
- run: npm run lint:workflows
- run: npm run lint:md
- run: npm run lint:json
- run: npm run test