Skip to content

Bump vite from 5.0.5 to 5.0.12 #34

Bump vite from 5.0.5 to 5.0.12

Bump vite from 5.0.5 to 5.0.12 #34

Workflow file for this run

name: Submit to coveralls
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run coverage
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}