Skip to content

Bump vite from 6.3.5 to 6.4.1 #386

Bump vite from 6.3.5 to 6.4.1

Bump vite from 6.3.5 to 6.4.1 #386

Workflow file for this run

name: Node CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/ci-setup
- name: Typecheck
run: yarn typecheck
- name: Test
run: yarn test