Skip to content

chore(deps-dev): bump @types/node from 20.19.41 to 25.9.2 #60

chore(deps-dev): bump @types/node from 20.19.41 to 25.9.2

chore(deps-dev): bump @types/node from 20.19.41 to 25.9.2 #60

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm install --include=dev
- run: npm run typecheck
- run: npm test
- run: npm run build