Skip to content

chore(deps-dev): bump @vitest/coverage-istanbul from 1.6.0 to 3.0.4 #408

chore(deps-dev): bump @vitest/coverage-istanbul from 1.6.0 to 3.0.4

chore(deps-dev): bump @vitest/coverage-istanbul from 1.6.0 to 3.0.4 #408

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: |
- recursive: true
args: [--strict-peer-dependencies]
- name: Build
run: pnpm build
- name: biome lint check
run: pnpm lint
- name: biome format check
run: pnpm format:check
- name: Test
run: pnpm test