Skip to content

fix: Fix param types causing build warnings #276

fix: Fix param types causing build warnings

fix: Fix param types causing build warnings #276

Workflow file for this run

name: Build Check
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '24'
- name: Install dependencies
run: npm install --ignore-scripts
- name: Build all transports
run: npm run build