Skip to content

build(deps-dev): bump vitest from 4.0.18 to 4.1.0 #60

build(deps-dev): bump vitest from 4.0.18 to 4.1.0

build(deps-dev): bump vitest from 4.0.18 to 4.1.0 #60

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "24.x"
cache: "npm"
- run: npm install
- run: npm run test