Skip to content

chore(deps): bump eslint-import-resolver-typescript from 4.3.5 to 4.4.0 #7743

chore(deps): bump eslint-import-resolver-typescript from 4.3.5 to 4.4.0

chore(deps): bump eslint-import-resolver-typescript from 4.3.5 to 4.4.0 #7743

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@v4
- run: git fetch --depth=1
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'yarn'
- run: yarn install --frozen-lockfile --ignore-engines
- run: yarn doc