Skip to content

fix(cloudflare): output now streams — force gpt-5.5 (the model ChatGP… #9

fix(cloudflare): output now streams — force gpt-5.5 (the model ChatGP…

fix(cloudflare): output now streams — force gpt-5.5 (the model ChatGP… #9

Workflow file for this run

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