Skip to content

Bump vite from 6.2.5 to 6.2.6 in the npm_and_yarn group across 1 directory #269

Bump vite from 6.2.5 to 6.2.6 in the npm_and_yarn group across 1 directory

Bump vite from 6.2.5 to 6.2.6 in the npm_and_yarn group across 1 directory #269

Workflow file for this run

name: Code Quality Check
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- name: Check
run: |
npm run lint
npm run test