Skip to content

build(deps-dev): bump vitepress from 1.3.2 to 1.6.3 #74

build(deps-dev): bump vitepress from 1.3.2 to 1.6.3

build(deps-dev): bump vitepress from 1.3.2 to 1.6.3 #74

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- main
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: latest
- name: Set up PNPM
uses: pnpm/action-setup@v3
with:
version: latest
- name: Install dependencies
run: pnpm install
- name: Build project
run: pnpm build