Skip to content

Bump vite from 5.0.12 to 5.0.13 #122

Bump vite from 5.0.12 to 5.0.13

Bump vite from 5.0.12 to 5.0.13 #122

Workflow file for this run

name: Build
on:
push:
branches:
- 'main'
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4.0.1
- name: Install
run: yarn install --immutable --check-cache
- name: Build
run: yarn run build
- name: Lint
run: yarn run lint
- name: Test
run: yarn run test