Skip to content

chore(deps): bump fumadocs-core from 15.8.2 to 16.0.7 #33

chore(deps): bump fumadocs-core from 15.8.2 to 16.0.7

chore(deps): bump fumadocs-core from 15.8.2 to 16.0.7 #33

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 24
- 22
- 20
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
- uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test