Skip to content

build(deps-dev): bump vite from 6.2.1 to 6.3.6 #78

build(deps-dev): bump vite from 6.2.1 to 6.3.6

build(deps-dev): bump vite from 6.2.1 to 6.3.6 #78

Workflow file for this run

name: Test
on:
push:
pull_request:
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: pnpm/action-setup@v4
- run: pnpm i
- run: pnpm build check test