Skip to content

Bump vite from 5.0.4 to 5.0.5 #2

Bump vite from 5.0.4 to 5.0.5

Bump vite from 5.0.4 to 5.0.5 #2

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup PNPM
uses: pnpm/[email protected]
with:
run_install: true
# - name: Install Browser
# run: npx playwright install chromium --with-deps
- name: Build All
run: pnpm build
# - name: Run Tests
# run: pnpm test