Skip to content

chore(deps-dev): bump vite from 8.0.3 to 8.0.5 in the npm_and_yarn group across 1 directory #4972

chore(deps-dev): bump vite from 8.0.3 to 8.0.5 in the npm_and_yarn group across 1 directory

chore(deps-dev): bump vite from 8.0.3 to 8.0.5 in the npm_and_yarn group across 1 directory #4972

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'pnpm'
- name: Install dependencies
run: pnpm i && pnpm playwright install --with-deps
- name: Validate
run: pnpm biome ci && pnpm test:ci && pnpm test:e2e:ci