Skip to content

Dependency(deps-dev): Bump typedoc from 0.25.12 to 0.25.13 #15

Dependency(deps-dev): Bump typedoc from 0.25.12 to 0.25.13

Dependency(deps-dev): Bump typedoc from 0.25.12 to 0.25.13 #15

Workflow file for this run

name: TraceView CI
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- name: Install and Build 🔧
run: |
npm install
npm run build