Skip to content

chore(deps-dev): bump vite from 6.3.5 to 7.0.2 #235

chore(deps-dev): bump vite from 6.3.5 to 7.0.2

chore(deps-dev): bump vite from 6.3.5 to 7.0.2 #235

name: build.pull_request
on: pull_request
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 23
- run: npm ci
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
- run: npm run lint
- run: npm run build