Skip to content

Bump typedoc from 0.26.7 to 0.26.9 #97

Bump typedoc from 0.26.7 to 0.26.9

Bump typedoc from 0.26.7 to 0.26.9 #97

Workflow file for this run

name: Pull Request Main
on:
pull_request:
branches:
- 'main'
jobs:
test_pr_main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: npm ci
- run: npm run build
- run: npm run lint