Skip to content

Bump vite from 4.5.0 to 4.5.1 #70

Bump vite from 4.5.0 to 4.5.1

Bump vite from 4.5.0 to 4.5.1 #70

Workflow file for this run

name: Build and Test
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '18'
- uses: pnpm/[email protected]
with:
version: 8
- name: Install dependency
run: pnpm install
- name: Build
run: pnpm build
- name: Test
run: pnpm test