Skip to content

uPnPEnabled toggle + capability-only transport selection #30

uPnPEnabled toggle + capability-only transport selection

uPnPEnabled toggle + capability-only transport selection #30

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run build
- run: npm test