Skip to content

Commit 9a3deef

Browse files
committed
require Node >= 22
1 parent 8a11def commit 9a3deef

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/mediasoup-client.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
ci:
20-
- os: ubuntu-22.04
21-
node: 20
2220
- os: ubuntu-24.04
2321
node: 22
2422
- os: ubuntu-24.04

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"lib"
5252
],
5353
"engines": {
54-
"node": ">=20"
54+
"node": ">=22"
5555
},
5656
"keywords": [
5757
"webrtc",

0 commit comments

Comments
 (0)