Skip to content

Bump vite from 4.2.1 to 4.5.3 #10

Bump vite from 4.2.1 to 4.5.3

Bump vite from 4.2.1 to 4.5.3 #10

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