Skip to content

build(deps-dev): bump typedoc from 0.27.4 to 0.27.5 #636

build(deps-dev): bump typedoc from 0.27.4 to 0.27.5

build(deps-dev): bump typedoc from 0.27.4 to 0.27.5 #636

Workflow file for this run

name: docs
on:
pull_request:
branches: ['main']
permissions: {}
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Setup node 18
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: '18'
check-latest: false
cache: 'npm'
- name: Install deps
run: npm ci --no-audit
- name: Build docs
run: npm run typedoc