Skip to content

feat: v0.13.0 — remove Pro gate, BYOK for --ai, Teams tier messaging #104

feat: v0.13.0 — remove Pro gate, BYOK for --ai, Teams tier messaging

feat: v0.13.0 — remove Pro gate, BYOK for --ai, Teams tier messaging #104

Workflow file for this run

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