Skip to content

chore(deps-dev): bump vite from 4.5.2 to 4.5.3 #85

chore(deps-dev): bump vite from 4.5.2 to 4.5.3

chore(deps-dev): bump vite from 4.5.2 to 4.5.3 #85

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
- alpha
- beta
- rc
paths-ignore:
- '**.md'
push:
branches:
- main
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
build-lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
check-latest: true
node-version-file: .nvmrc
- run: npm ci
- run: npm run typecheck
- run: npm run lint
- run: npm run test
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
verbose: true
- run: npm run build