Skip to content

build(deps-dev): bump vite from 4.0.4 to 4.5.2 in /apps/vite-table #83

build(deps-dev): bump vite from 4.0.4 to 4.5.2 in /apps/vite-table

build(deps-dev): bump vite from 4.0.4 to 4.5.2 in /apps/vite-table #83

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run build