Skip to content

Bump vite from 4.2.1 to 4.5.2 #8

Bump vite from 4.2.1 to 4.5.2

Bump vite from 4.2.1 to 4.5.2 #8

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: yarn
- run: yarn install
- run: yarn lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: yarn
- run: yarn install
- run: yarn test