Skip to content

build(deps-dev): bump vite from 6.3.6 to 6.4.1 #534

build(deps-dev): bump vite from 6.3.6 to 6.4.1

build(deps-dev): bump vite from 6.3.6 to 6.4.1 #534

Workflow file for this run

name: Test
on:
push:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
test:
name: Run Tests and Generate Coverage Report
runs-on: ubuntu-latest
env:
TURBO_FORCE: true
steps:
- uses: actions/checkout@v5.0.0
- name: Set up pnpm
uses: pnpm/action-setup@v4.2.0
- name: Set up Node.js
uses: actions/setup-node@v6.0.0
with:
node-version-file: package.json
cache: "pnpm"
- run: pnpm install -rw --frozen-lockfile
- run: pnpm biome ci --reporter=github
- run: pnpm run cov