Skip to content

Commit

Permalink
Support Node 22 (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylonChime authored Apr 26, 2024
1 parent 6cca77b commit 79d7405
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added `groupId` to `VideoTileState` for mapping metrics other then those from `getObservableVideoMetrics` when using server side network adaptation.
- Added support for Node version 22

### Removed

Expand Down
2 changes: 1 addition & 1 deletion demos/browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"NOTICE"
],
"engines": {
"node": "^18 || ^19 || ^20",
"node": "^18 || ^19 || ^20 || ^22",
"npm": "^8 || ^9 || ^10"
},
"scripts": {
Expand Down

0 comments on commit 79d7405

Please sign in to comment.