Skip to content

Dependency(deps-dev): Bump typedoc from 0.25.8 to 0.25.12 (#6) #7

Dependency(deps-dev): Bump typedoc from 0.25.8 to 0.25.12 (#6)

Dependency(deps-dev): Bump typedoc from 0.25.8 to 0.25.12 (#6) #7

Workflow file for this run

name: TraceView Deployment
on:
workflow_dispatch:
push:
branches:
- main
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