Skip to content

chore(deps-dev): bump @vitest/coverage-v8 from 4.1.3 to 4.1.4 #556

chore(deps-dev): bump @vitest/coverage-v8 from 4.1.3 to 4.1.4

chore(deps-dev): bump @vitest/coverage-v8 from 4.1.3 to 4.1.4 #556

Workflow file for this run

name: Build
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name != 'pull_request' }}
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Vite+
uses: voidzero-dev/setup-vp@v1
with:
cache: true
- name: Run build
run: vp run build
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: dist
path: dist