Skip to content

Bump serve-static and express #430

Bump serve-static and express

Bump serve-static and express #430

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