Skip to content

chore(deps): bump openai from 4.20.0 to 4.20.1 #139

chore(deps): bump openai from 4.20.0 to 4.20.1

chore(deps): bump openai from 4.20.0 to 4.20.1 #139

name: Build, test and lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run lint