Skip to content

chore(deps): bump peter-evans/dockerhub-description from 3 to 5 #53

chore(deps): bump peter-evans/dockerhub-description from 3 to 5

chore(deps): bump peter-evans/dockerhub-description from 3 to 5 #53

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