Skip to content

Bump @types/node from 24.10.1 to 25.0.3 #817

Bump @types/node from 24.10.1 to 25.0.3

Bump @types/node from 24.10.1 to 25.0.3 #817

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