Skip to content

Bump vite from 5.0.12 to 5.0.13 (#6) #47

Bump vite from 5.0.12 to 5.0.13 (#6)

Bump vite from 5.0.12 to 5.0.13 (#6) #47

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 }}