Skip to content

chore(deps): bump vite from 5.4.5 to 5.4.6 #5438

chore(deps): bump vite from 5.4.5 to 5.4.6

chore(deps): bump vite from 5.4.5 to 5.4.6 #5438

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.11.0
cache: npm
- name: Install
run: npm install
- name: Test
run: npm run test:coverage
- name: Coverage
uses: codecov/codecov-action@v4