Skip to content

Bump @types/node from 25.5.0 to 25.9.2 #18

Bump @types/node from 25.5.0 to 25.9.2

Bump @types/node from 25.5.0 to 25.9.2 #18

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npx tsc --noEmit
- run: npm test
- run: npm run build