Skip to content

Bump vite from 4.3.9 to 4.5.3 #252

Bump vite from 4.3.9 to 4.5.3

Bump vite from 4.3.9 to 4.5.3 #252

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Setup Node 🔧
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install npm dependencies 🔧
run: npm install
- name: Run Lint Check
run: npm run lint
- name: Run Type Check
run: npx tsc