Skip to content

Bump typescript from 5.4.5 to 5.5.4 #424

Bump typescript from 5.4.5 to 5.5.4

Bump typescript from 5.4.5 to 5.5.4 #424

Workflow file for this run

name: TypeScript
on:
push:
pull_request:
jobs:
tsc:
name: "TSC"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up node.js
uses: actions/setup-node@v4
with:
node-version: "16"
cache: "npm"
- run: npm install
- run: npx tsc --noEmit