Skip to content

Bump vite from 8.0.0 to 8.0.3 #199

Bump vite from 8.0.0 to 8.0.3

Bump vite from 8.0.0 to 8.0.3 #199

Workflow file for this run

name: Build and check
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v6
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install
- name: Lint source code
run: yarn lint
- name: Build project
run: yarn build