Skip to content

Bump @types/node from 25.9.3 to 26.0.0 #116

Bump @types/node from 25.9.3 to 26.0.0

Bump @types/node from 25.9.3 to 26.0.0 #116

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: "24"
- run: npm ci
- run: npm run typecheck
- run: npm test