Skip to content

Bump vite from 4.4.8 to 4.5.1 #146

Bump vite from 4.4.8 to 4.5.1

Bump vite from 4.4.8 to 4.5.1 #146

Workflow file for this run

name: Lint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx --fix