Skip to content

Bump vite from 6.2.1 to 6.2.3 #9

Bump vite from 6.2.1 to 6.2.3

Bump vite from 6.2.1 to 6.2.3 #9

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
- name: Lint Code
run: |
yarn install --frozen-lockfile
yarn lint