Skip to content

better json parsing for anthropic, should be more reliable now #48

better json parsing for anthropic, should be more reliable now

better json parsing for anthropic, should be more reliable now #48

Workflow file for this run

name: Test
on:
push:
branches: [main, staging]
pull_request:
branches: [main, staging]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
node: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Install modules
run: yarn
- name: Run tests
run: yarn test