Skip to content

build(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 #567

build(deps-dev): bump @types/jest from 29.5.13 to 29.5.14

build(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 #567

Workflow file for this run

name: docs
on:
pull_request:
branches: ['main']
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@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: '18'
check-latest: false
cache: 'npm'
- name: Install deps
run: npm ci --no-audit
- name: Build docs
run: npm run typedoc