Skip to content

chore(deps): bump vite from 5.4.11 to 6.0.11 (#2075) #5637

chore(deps): bump vite from 5.4.11 to 6.0.11 (#2075)

chore(deps): bump vite from 5.4.11 to 6.0.11 (#2075) #5637

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@v5