Skip to content

Bump @types/node from 25.6.0 to 25.9.1 (#11) #31

Bump @types/node from 25.6.0 to 25.9.1 (#11)

Bump @types/node from 25.6.0 to 25.9.1 (#11) #31

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check