Skip to content

chore: upgrade better-model's own CLAUDE.md routing block to v0.10 (d… #29

chore: upgrade better-model's own CLAUDE.md routing block to v0.10 (d…

chore: upgrade better-model's own CLAUDE.md routing block to v0.10 (d… #29

Workflow file for this run

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