Skip to content

chore(deps): bump openai from 6.37.0 to 6.44.0 #181

chore(deps): bump openai from 6.37.0 to 6.44.0

chore(deps): bump openai from 6.37.0 to 6.44.0 #181

Workflow file for this run

name: Fuzz tests
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
fuzz:
name: Router fuzz (Node ${{ matrix.node-version }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [22.x, 24.x]
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install dependencies
run: npm ci
- name: Run fuzz tests
run: npm run test:fuzz