Skip to content

chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 #5895

chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13

chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 #5895

Workflow file for this run

name: typedoc-check
on:
pull_request: ~
push:
branches: ['main']
tags: ['v*']
paths-ignore:
- 'docs/**'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git fetch --depth=1
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn doc