Skip to content

chore(deps-dev): bump vite from 5.4.10 to 6.0.5 #87

chore(deps-dev): bump vite from 5.4.10 to 6.0.5

chore(deps-dev): bump vite from 5.4.10 to 6.0.5 #87

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: corepack enable
- run: yarn install --immutable
- run: yarn check
- run: yarn build