Skip to content

Commit

Permalink
Merge branch 'v3' into dynamic-port-ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc authored Apr 8, 2024
2 parents f77cea1 + 16e4304 commit 14ee81b
Show file tree
Hide file tree
Showing 6 changed files with 406 additions and 722 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/mediasoup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,10 @@ jobs:
strategy:
matrix:
ci:
- os: ubuntu-20.04
node: 16
- os: ubuntu-20.04
node: 18
- os: ubuntu-22.04
node: 20
- os: ubuntu-20.04
node: 16
arch: arm64
- os: ubuntu-20.04
node: 18
arch: arm64
Expand Down Expand Up @@ -59,9 +54,8 @@ jobs:
restore-keys: |
${{ matrix.ci.os }}-node-
# NOTE: Add --force since some dev dependencies require Node >= 18.
- name: npm ci
run: npm ci --force --foreground-scripts
run: npm ci --foreground-scripts

- name: npm run lint:node
run: npm run lint:node
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### NEXT

- `TransportListenInfo`: Add `portRange` (deprecate worker port range) ([PR #1365](https://github.com/versatica/mediasoup/pull/1365)).
- Require Node.js >= 18 ([PR #1365](https://github.com/versatica/mediasoup/pull/1365)).

### 3.13.24

Expand Down
Loading

0 comments on commit 14ee81b

Please sign in to comment.