Skip to content

Commit

Permalink
Require Node >= 18
Browse files Browse the repository at this point in the history
### TODO

Update **Installation** requirements in website.
  • Loading branch information
ibc committed Apr 8, 2024
1 parent dd691ff commit 4bc570f
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 717 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mediasoup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### NEXT

- Require Node.js >= 18 ([PR #1365](https://github.com/versatica/mediasoup/pull/1365)).

### 3.13.24

- Node: Fix missing `bitrateByLayer` field in stats of `RtpRecvStream` in Node ([PR #1349](https://github.com/versatica/mediasoup/pull/1349)).
Expand Down
Loading

0 comments on commit 4bc570f

Please sign in to comment.