Skip to content

build(deps-dev): bump vue from 3.5.32 to 3.5.33 #139

build(deps-dev): bump vue from 3.5.32 to 3.5.33

build(deps-dev): bump vue from 3.5.32 to 3.5.33 #139

Workflow file for this run

name: ci
on:
pull_request:
branches: ["main"]
jobs:
# Build job
check_pr_builds:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Check formatting
run: npm run format:check
- name: Build with VitePress
run: npm run docs:build