Skip to content

Bump vite from 6.0.6 to 6.0.7 #25

Bump vite from 6.0.6 to 6.0.7

Bump vite from 6.0.6 to 6.0.7 #25

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version-file: package.json
cache: pnpm
- run: pnpm install
- run: pnpm run lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version-file: package.json
cache: pnpm
- run: pnpm install
- run: pnpm build