Skip to content

chore(deps-dev): bump tsdown from 0.21.10 to 0.22.0 #282

chore(deps-dev): bump tsdown from 0.21.10 to 0.22.0

chore(deps-dev): bump tsdown from 0.21.10 to 0.22.0 #282

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