Skip to content

Bump typescript from 5.7.2 to 5.8.3 (#143) #487

Bump typescript from 5.7.2 to 5.8.3 (#143)

Bump typescript from 5.7.2 to 5.8.3 (#143) #487

Workflow file for this run

name: TypeScript
on:
push:
pull_request:
permissions:
contents: read
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: "22"
cache: "npm"
- run: npm install
- run: npx tsc --noEmit