Skip to content

Bump @vitejs/plugin-react from 5.1.1 to 6.0.5 in /precise #126

Bump @vitejs/plugin-react from 5.1.1 to 6.0.5 in /precise

Bump @vitejs/plugin-react from 5.1.1 to 6.0.5 in /precise #126

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: precise
steps:
- name: Checkout repo
uses: actions/checkout@v7
- name: Setup node
uses: actions/setup-node@v7
with:
node-version: '24' # Use latest LTS version
- name: Check code style
run: npm run check:clean
- name: Build package
run: npm run package:clean