Skip to content

Dependency(deps-dev): Bump typescript from 5.4.2 to 5.4.4 #16

Dependency(deps-dev): Bump typescript from 5.4.2 to 5.4.4

Dependency(deps-dev): Bump typescript from 5.4.2 to 5.4.4 #16

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