Skip to content

chore: bump vitest from 4.1.8 to 4.1.9 #7

chore: bump vitest from 4.1.8 to 4.1.9

chore: bump vitest from 4.1.8 to 4.1.9 #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.4.0
with:
node-version: '22'
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run typecheck
- run: npm test