Skip to content

chore(deps): bump @google/genai from 2.0.1 to 2.9.0 #180

chore(deps): bump @google/genai from 2.0.1 to 2.9.0

chore(deps): bump @google/genai from 2.0.1 to 2.9.0 #180

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