Skip to content

Bump vite from 5.4.3 to 5.4.5 (#184) #505

Bump vite from 5.4.3 to 5.4.5 (#184)

Bump vite from 5.4.3 to 5.4.5 (#184) #505

name: Lint and Format
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Lint and Format
run: yarn run lint