Skip to content

Bump vite from 4.2.3 to 4.5.2 #27

Bump vite from 4.2.3 to 4.5.2

Bump vite from 4.2.3 to 4.5.2 #27

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- run: npm ci
- name: Check Format
run: npm run format-check
- name: Build
run: npm run build-all