Skip to content

chore(deps): Bump typescript from 5.9.3 to 6.0.3 #31

chore(deps): Bump typescript from 5.9.3 to 6.0.3

chore(deps): Bump typescript from 5.9.3 to 6.0.3 #31

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run format:check
- run: npm run typecheck
- run: npm test
- run: npm run build