Skip to content

Bump vite from 4.1.5 to 4.5.2 #18

Bump vite from 4.1.5 to 4.5.2

Bump vite from 4.1.5 to 4.5.2 #18

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
steps:
- uses: actions/checkout@v3
- run: |
npm ci
npm run build
npm run lint
npm run test