Skip to content

chore(deps-dev): bump vitest from 4.1.9 to 4.1.10 #1850

chore(deps-dev): bump vitest from 4.1.9 to 4.1.10

chore(deps-dev): bump vitest from 4.1.9 to 4.1.10 #1850

Workflow file for this run

on: ["push", "pull_request"]
name: Coverage
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 24
cache: npm
- run: npm install
- run: npm run coverage
- uses: coverallsapp/github-action@v2