Skip to content

Bump vue from 3.4.5 to 3.4.10 #31

Bump vue from 3.4.5 to 3.4.10

Bump vue from 3.4.5 to 3.4.10 #31

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@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
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