Skip to content

Bump typescript from 5.9.3 to 6.0.3 #6

Bump typescript from 5.9.3 to 6.0.3

Bump typescript from 5.9.3 to 6.0.3 #6

Workflow file for this run

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