Skip to content

Bump vite from 4.4.9 to 4.5.2 (#37) #61

Bump vite from 4.4.9 to 4.5.2 (#37)

Bump vite from 4.4.9 to 4.5.2 (#37) #61

Workflow file for this run

name: Vitest
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
vitest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: npm ci
- run: npm run build
- run: npm run test