Skip to content

Regenerate lock file with npm 11.9.0 for CI compatibility #18

Regenerate lock file with npm 11.9.0 for CI compatibility

Regenerate lock file with npm 11.9.0 for CI compatibility #18

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
- run: npm run lint
- run: npm run build
- run: npm run test:coverage
- run: npm run test:mutation