Skip to content

chore(deps): bump openai from 3.3.0 to 4.23.0 #36

chore(deps): bump openai from 3.3.0 to 4.23.0

chore(deps): bump openai from 3.3.0 to 4.23.0 #36

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: latest
- run: npm install
- run: npm run build
- run: npm run package