Skip to content

Commit

Permalink
Support Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Aug 4, 2024
1 parent 87a3dff commit 522c157
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/mediasoup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,27 @@ jobs:
node: 18
- os: ubuntu-22.04
node: 20
- os: ubuntu-22.04
node: 22
- os: ubuntu-24.04
node: 20
node: 22
meson_args: '-Db_sanitize=address'
- os: ubuntu-24.04
node: 20
node: 22
meson_args: '-Db_sanitize=undefined'
- os: ubuntu-24.04
node: 20
node: 22
meson_args: '-Db_sanitize=thread'
- os: macos-12
node: 18
- os: macos-14
node: 20
- os: macos-14
node: 22
- os: windows-2022
node: 20
- os: windows-2022
node: 22
build-type:
- Release
- Debug
Expand Down

0 comments on commit 522c157

Please sign in to comment.