Skip to content

Commit

Permalink
Update CI setup with Node.js 16 and remove EOL'd versions (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Jun 14, 2021
1 parent 1ab888f commit a54c2f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mediasoup-node.yaml
Expand Up @@ -12,10 +12,9 @@ jobs:
# - macos-11.0
# - windows-2019
node:
- 10
- 12
- 14
- 15
- 16
runs-on: ${{ matrix.os }}

steps:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/mediasoup-worker.yaml
Expand Up @@ -8,12 +8,6 @@ jobs:
fail-fast: false
matrix:
build:
- os: ubuntu-16.04
cc: gcc
cxx: g++
- os: ubuntu-16.04
cc: clang
cxx: clang++
- os: ubuntu-18.04
cc: gcc
cxx: g++
Expand Down

0 comments on commit a54c2f9

Please sign in to comment.