Skip to content

chore(deps): bump github/codeql-action from 3 to 4 #59

chore(deps): bump github/codeql-action from 3 to 4

chore(deps): bump github/codeql-action from 3 to 4 #59

Workflow file for this run

name: CI - Fuzz Tests
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
fuzz:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install dependencies
run: npm ci
- name: Run fuzz test
run: node tests/fuzz/connection.fuzz.test.js