Skip to content

feat: Make Claude CLI timeout configurable, increase default, and bump version to 1.11.0 #135

feat: Make Claude CLI timeout configurable, increase default, and bump version to 1.11.0

feat: Make Claude CLI timeout configurable, increase default, and bump version to 1.11.0 #135

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build project
run: npm run build