Skip to content

chore(deps): bump @microsoft/api-documenter from 7.25.14 to 7.25.15 #3072

chore(deps): bump @microsoft/api-documenter from 7.25.14 to 7.25.15

chore(deps): bump @microsoft/api-documenter from 7.25.14 to 7.25.15 #3072

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: [20]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test:docs