Skip to content

fix: stop reporting the CLI's own timeout as BACKEND_UNAVAILABLE #26

fix: stop reporting the CLI's own timeout as BACKEND_UNAVAILABLE

fix: stop reporting the CLI's own timeout as BACKEND_UNAVAILABLE #26

Workflow file for this run

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