Skip to content

Bump vue from 3.4.27 to 3.4.29 #534

Bump vue from 3.4.27 to 3.4.29

Bump vue from 3.4.27 to 3.4.29 #534

Workflow file for this run

name: Verify the Docs Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8.x.x
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install and Build 🔧
run: |
pnpm install
pnpm docs:build