Skip to content

chore(deps-dev): bump the oxc group across 1 directory with 2 updates #355

chore(deps-dev): bump the oxc group across 1 directory with 2 updates

chore(deps-dev): bump the oxc group across 1 directory with 2 updates #355

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