Skip to content

Bump node-datachannel from 0.9.2 to 0.10.0 (#31) #57

Bump node-datachannel from 0.9.2 to 0.10.0 (#31)

Bump node-datachannel from 0.9.2 to 0.10.0 (#31) #57

Workflow file for this run

name: Test Packages
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
yarn install --frozen-lockfile
yarn test