Skip to content

fix(deps): update dependency openai to v4.67.2 #474

fix(deps): update dependency openai to v4.67.2

fix(deps): update dependency openai to v4.67.2 #474

Workflow file for this run

name: Test
on:
push:
branches: [master, develop]
pull_request:
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
jobs:
test:
name: Test
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm install --no-audit --ignore-scripts
- run: npm run build
- run: npm run type-check
- run: npm run lint
- run: npm run test