Skip to content

chore(deps): bump vue-component-type-helpers from 3.2.7 to 3.2.8 #276

chore(deps): bump vue-component-type-helpers from 3.2.7 to 3.2.8

chore(deps): bump vue-component-type-helpers from 3.2.7 to 3.2.8 #276

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci --ignore-scripts
- run: npm audit
- run: npm run format:check
- run: npm run lint
- run: npm run build
- run: npm run typecheck
- run: npm run lint:pkg
- run: npm run test:coverage
- run: npm run test:mutation