Skip to content

Updates ChatGPT to 4o model (#82) #289

Updates ChatGPT to 4o model (#82)

Updates ChatGPT to 4o model (#82) #289

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.6
cache: npm
- run: npm ci
- run: npm test