Skip to content

Bump vite from 6.0.5 to 6.0.9 #1

Bump vite from 6.0.5 to 6.0.9

Bump vite from 6.0.5 to 6.0.9 #1

Workflow file for this run

name: Check Pull Request
on:
pull_request:
branches:
- main
jobs:
check:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- run: pnpm i
- run: |
pnpm build
pnpm lint
pnpm test