Skip to content

chore: bump vitest from 4.1.7 to 4.1.10 #108

chore: bump vitest from 4.1.7 to 4.1.10

chore: bump vitest from 4.1.7 to 4.1.10 #108

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run build