Skip to content

⬆️ Bump openai from 4.47.3 to 4.52.2 in the openai group #93

⬆️ Bump openai from 4.47.3 to 4.52.2 in the openai group

⬆️ Bump openai from 4.47.3 to 4.52.2 in the openai group #93

Workflow file for this run

name: Node.js CI
on:
push:
branches: main
pull_request:
branches: main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: 21
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build --noEmit
- run: pnpm run lint
- run: pnpm run test