Skip to content

chore(deps-dev): bump vite from 4.0.4 to 4.5.2 #36

chore(deps-dev): bump vite from 4.0.4 to 4.5.2

chore(deps-dev): bump vite from 4.0.4 to 4.5.2 #36

Workflow file for this run

name: PR Test
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
jobs:
unit-test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- run: pnpm run build
- name: Unit test
run: pnpm run test