Skip to content

Bump vite from 4.4.2 to 4.5.2 #140

Bump vite from 4.4.2 to 4.5.2

Bump vite from 4.4.2 to 4.5.2 #140

Workflow file for this run

name: Run tests (vitest)
on: push
jobs:
vitest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: npm ci
- name: Run Tests
run: npm run test