Skip to content

Commit

Permalink
CI: Use Node.js version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Oct 16, 2023
1 parent f56b20b commit 42f5280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mediasoup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- os: ubuntu-22.04
node: 20
- os: macos-12
node: 18
node: 20
- os: windows-2022
node: 18
node: 20

runs-on: ${{ matrix.ci.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mediasoup-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cxx: cl
# A single Node.js version should be fine for C++.
node:
- 18
- 20

runs-on: ${{ matrix.build.os }}

Expand Down

0 comments on commit 42f5280

Please sign in to comment.