Skip to content

build(deps-dev): bump vite from 5.1.6 to 5.3.1 #585

build(deps-dev): bump vite from 5.1.6 to 5.3.1

build(deps-dev): bump vite from 5.1.6 to 5.3.1 #585

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'npm'
check-latest: true
- run: npm ci
- run: npm run lint
- run: npm run build