Skip to content

deps: bump @vitejs/plugin-react from 6.0.1 to 6.1.0 #31

deps: bump @vitejs/plugin-react from 6.0.1 to 6.1.0

deps: bump @vitejs/plugin-react from 6.0.1 to 6.1.0 #31

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
- name: Install dependencies
run: npm ci
- name: Check
run: npm run check
- name: Biome formatting and lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build