Skip to content

Bump @tsconfig/node24 from 24.0.3 to 24.0.4 #832

Bump @tsconfig/node24 from 24.0.3 to 24.0.4

Bump @tsconfig/node24 from 24.0.3 to 24.0.4 #832

Workflow file for this run

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