Skip to content

Automatically force peerId to be a number to fix startup synchroniz… #6

Automatically force peerId to be a number to fix startup synchroniz…

Automatically force peerId to be a number to fix startup synchroniz… #6

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
node: [20, 22, 24, 25]
name: Node ${{ matrix.node }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test