Skip to content

Bump typescript from 5.1.6 to 5.9.3 #706

Bump typescript from 5.1.6 to 5.9.3

Bump typescript from 5.1.6 to 5.9.3 #706

Workflow file for this run

name: Check Types
on:
pull_request:
push:
jobs:
check_types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
- name: Install dependencies
run: npm ci
- name: Check types
run: tsc -p tsconfig.json