Skip to content

chore(deps): bump @microsoft/api-extractor from 7.36.2 to 7.36.3 #1591

chore(deps): bump @microsoft/api-extractor from 7.36.2 to 7.36.3

chore(deps): bump @microsoft/api-extractor from 7.36.2 to 7.36.3 #1591

Workflow file for this run

name: Test docs
on: [push, pull_request]
jobs:
tests:
name: node ${{ matrix.node-version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: npm i -g yarn@1
- run: yarn config set network-timeout 300000
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn build
- run: yarn test:docs