Skip to content

chore(deps): bump express from 5.1.0 to 5.2.1 #30

chore(deps): bump express from 5.1.0 to 5.2.1

chore(deps): bump express from 5.1.0 to 5.2.1 #30

Workflow file for this run

name: Fuzzing
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '30 1 * * 0' # Run weekly
permissions:
contents: read
jobs:
fuzzing-test:
name: Property-based Fuzzing (fast-check)
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Fuzzing Tests
run: npx vitest run tests/fuzz.test.ts